mirror of
https://github.com/s00500/ESPUI.git
synced 2025-06-12 09:20:39 +00:00
Initial support for vertical switchers and sliders.
Documentation to be added in a later commit.
This commit is contained in:
@ -1128,3 +1128,23 @@ svg {
|
||||
text {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
|
||||
/* Styles to implement vertical orientations */
|
||||
|
||||
.vert-switcher {
|
||||
transform: rotate(270deg);
|
||||
margin-top: 15px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.vert-slider {
|
||||
width: 150px;
|
||||
transform: rotate(270deg);
|
||||
display: inline-block;
|
||||
margin: 50px -45px 70px -45px;
|
||||
}
|
||||
|
||||
.vert-slider span {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
2
data/css/style.min.css
vendored
2
data/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user