mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
13 lines
198 B
Text
13 lines
198 B
Text
@import 'ui-variables';
|
|
|
|
.syncing-list-state {
|
|
font-size: 105%;
|
|
color: @text-color-very-subtle;
|
|
padding: 10px 0;
|
|
|
|
a {
|
|
cursor: pointer;
|
|
font-size: 75%;
|
|
vertical-align: top;
|
|
}
|
|
}
|