mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 20:44:30 +08:00
19 lines
303 B
Text
19 lines
303 B
Text
@import 'ui-variables';
|
|
|
|
.mode-switch {
|
|
z-index: 1000;
|
|
position: relative;
|
|
|
|
.handle {
|
|
position:absolute;
|
|
transition: left .2s ease-out;
|
|
}
|
|
}
|
|
.mode-toggle {
|
|
z-index: 1000;
|
|
position: relative;
|
|
|
|
.colorfill {
|
|
background-color: @component-active-color;
|
|
}
|
|
}
|