mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:52:52 +08:00
10 lines
170 B
SCSS
10 lines
170 B
SCSS
|
.auto-update-input-selector-datetime {
|
||
|
float: right;
|
||
|
color: lighten($primary, 40%);
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
|
||
|
.auto-update-input-selector-icons {
|
||
|
margin-right: 10px;
|
||
|
}
|