mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
5fbd881304
Summary: Add docs for new RetinaImg modes Test Plan: Not much to test, except that it looks good! Reviewers: evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D1595
14 lines
252 B
Text
14 lines
252 B
Text
@import 'ui-variables';
|
|
|
|
.mode-toggle {
|
|
z-index: 1000;
|
|
position: relative;
|
|
.content-mask {
|
|
background-color: @text-color-subtle;
|
|
}
|
|
}
|
|
.mode-toggle.mode-split {
|
|
.content-mask {
|
|
background-color: @component-active-color;
|
|
}
|
|
}
|