mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
minor style tweaks to file upload modal
This commit is contained in:
parent
76f68e23e8
commit
9f6a0cb126
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue