3636 --satus-text-field--background : # e8e8e3 ;
3737 --satus-text-field--border : # d6d6cd ;
3838 --satus-text-field--text : # 848471 ;
39- --satus-switch-track : # b8b8b8 ;
39+ --satus-switch-track : # e0e0e0 ;
4040 --satus-switch-track--active : var (--satus-primary );
4141 --satus-switch-thumb : # fff ;
4242 --satus-tabs : # fff ;
@@ -471,6 +471,11 @@ body[theme=black] {
471471 width : 20px ;
472472 margin : 2px 16px 0 0 ;
473473 color : var (--satus-primary );
474+ }
475+
476+ .satus-section--card > .satus-span {
477+ display : flex;
478+ align-items : center;
474479}
475480/*--------------------------------------------------------------
476481# SCROLLBAR
@@ -767,12 +772,12 @@ body[theme=black] {
767772--------------------------------------------------------------*/
768773
769774.satus-switch > i {
770- width : 38 px ;
771- height : 20 px ;
775+ width : 32 px ;
776+ height : 18 px ;
772777 transition : background-color 150ms ;
773- border-radius : 20 px ;
778+ border-radius : 18 px ;
774779 background-color : var (--satus-switch-track );
775- flex : 0 0 38 px ;
780+ flex : 0 0 32 px ;
776781}
777782
778783.satus-section--card .satus-switch > i {
@@ -790,8 +795,8 @@ body[theme=black] {
790795
791796.satus-switch > i ::before {
792797 display : block;
793- width : 16 px ;
794- height : 16 px ;
798+ width : 14 px ;
799+ height : 14 px ;
795800 margin : 2px ;
796801 content : '' ;
797802 transition : transform 150ms cubic-bezier (.4 , 0 , .2 , 1 );
@@ -801,7 +806,7 @@ body[theme=black] {
801806}
802807
803808.satus-switch [data-value = 'true' ]> i ::before {
804- transform : translateX (18 px );
809+ transform : translateX (14 px );
805810}
806811/*--------------------------------------------------------------
807812>>> SLIDER
@@ -1199,7 +1204,7 @@ body[theme=black] {
11991204 padding : 0 12px ;
12001205 color : var (--satus-header-text );
12011206 background : var (--satus-header-background );
1202- box-shadow : 0 1 px 2 px rgb (47 , 41 , 34 , .16 );
1207+ box-shadow : 0 0 3 px rgb (0 , 0 , 0 , .1 );
12031208 align-items : center;
12041209 justify-content : space-between;
12051210}
@@ -1213,16 +1218,19 @@ body[theme=black] {
12131218 border-radius : 50% ;
12141219}
12151220
1216- .satus-header .satus-section--align-start > * {
1221+ .satus-header .satus-section--align-start > * {
12171222 margin-right : 8px ;
12181223}
12191224
12201225.satus-header .satus-span--title {
1226+ font-size : 15px ;
12211227 overflow : hidden;
12221228 white-space : nowrap;
1229+ letter-spacing : .0125em ;
12231230 text-overflow : ellipsis;
12241231 flex : 1 ;
1225- }
1232+ }
1233+
12261234/*--------------------------------------------------------------
12271235>>> ALERT
12281236--------------------------------------------------------------*/
@@ -1286,7 +1294,6 @@ body[theme=black] {
12861294 box-sizing : border-box;
12871295 width : 100% ;
12881296 margin : 0 ;
1289- padding : 0 ;
12901297 padding : 0 8px ;
12911298 color : var (--satus-text-field--text , inherit);
12921299 border : none;
@@ -1295,7 +1302,6 @@ body[theme=black] {
12951302 appearance : none;
12961303 font-size : 16px ;
12971304 margin : 8px 0 ;
1298- padding : 4px 8px ;
12991305 border : 1px solid var (--satus-text-field--border );
13001306 border-radius : 4px ;
13011307 background-color : var (--satus-text-field--background );
0 commit comments