mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Merge pull request #2321 from awesomerobot/master
minor user(and group) page fixes
This commit is contained in:
commit
fafc5d9006
1 changed files with 2 additions and 4 deletions
|
@ -173,7 +173,7 @@
|
|||
|
||||
margin-bottom: 10px;
|
||||
overflow: hidden;
|
||||
color: $primary;
|
||||
color: $secondary;
|
||||
|
||||
|
||||
.details {
|
||||
|
@ -199,7 +199,6 @@
|
|||
|
||||
img.avatar {
|
||||
margin-bottom: 10px;
|
||||
background-color: $primary;
|
||||
}
|
||||
|
||||
.suspended {
|
||||
|
@ -250,7 +249,7 @@
|
|||
}
|
||||
|
||||
.controls {
|
||||
background-color: scale-color($primary, $lightness: 50%);
|
||||
background-color: scale-color($primary, $lightness: 30%);
|
||||
padding: 12px;
|
||||
height: 30px;
|
||||
|
||||
|
@ -339,7 +338,6 @@
|
|||
}
|
||||
.title {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.edit-reason {
|
||||
|
|
Loading…
Reference in a new issue