mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
minor style tweaks to file upload modal
This commit is contained in:
parent
76f68e23e8
commit
9f6a0cb126
@ -72,7 +72,7 @@
|
||||
}
|
||||
.modal-footer {
|
||||
margin-left: 15px;
|
||||
padding: 14px 0 15px;
|
||||
padding: 14px 15px 15px;
|
||||
border-top: 1px solid scale-color-diff();
|
||||
}
|
||||
.modal-footer:before,
|
||||
|
@ -17,7 +17,7 @@
|
||||
line-height: 18px;
|
||||
}
|
||||
.description, .hint {
|
||||
color: $primary;
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
.hint {
|
||||
font-style: italic;
|
||||
|
Loading…
Reference in New Issue
Block a user