mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #4307 from awesomerobot/master
fixing usercard/profile mentions and profile staff counter spacing
This commit is contained in:
commit
4076b48d3f
2 changed files with 7 additions and 5 deletions
|
@ -151,8 +151,9 @@ $user_card_background: $secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.mention {
|
a.mention {
|
||||||
background-color: scale-color($user_card_primary, $lightness: -60%);
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overflow {
|
.overflow {
|
||||||
max-height: 60px;
|
max-height: 60px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -369,14 +369,14 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
|
|
||||||
a.mention {
|
|
||||||
background-color: dark-light-diff($secondary, $primary, 20%, -50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.mention {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -576,6 +576,7 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: $primary;
|
background: $primary;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
margin-bottom: 20px;
|
||||||
a {
|
a {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue