mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fixing usercard/profile mentions and staff counter bottom spacing
This commit is contained in:
parent
59680af329
commit
38d2131bd8
@ -151,8 +151,9 @@ $user_card_background: $secondary;
|
||||
}
|
||||
|
||||
a.mention {
|
||||
background-color: scale-color($user_card_primary, $lightness: -60%);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.overflow {
|
||||
max-height: 60px;
|
||||
overflow: hidden;
|
||||
|
@ -369,14 +369,14 @@
|
||||
overflow: auto;
|
||||
max-width: 750px;
|
||||
|
||||
a.mention {
|
||||
background-color: dark-light-diff($secondary, $primary, 20%, -50%);
|
||||
}
|
||||
|
||||
a[href] {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.mention {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
@ -576,6 +576,7 @@
|
||||
text-align: left;
|
||||
background: $primary;
|
||||
color: $secondary;
|
||||
margin-bottom: 20px;
|
||||
a {
|
||||
color: $secondary;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user