mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 07:33:40 +08:00
minor user(and group) page fixes
This commit is contained in:
parent
63a1f87806
commit
ae79078605
|
@ -173,7 +173,7 @@
|
||||||
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: $primary;
|
color: $secondary;
|
||||||
|
|
||||||
|
|
||||||
.details {
|
.details {
|
||||||
|
@ -199,7 +199,6 @@
|
||||||
|
|
||||||
img.avatar {
|
img.avatar {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
background-color: $primary;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.suspended {
|
.suspended {
|
||||||
|
@ -250,7 +249,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
background-color: scale-color($primary, $lightness: 50%);
|
background-color: scale-color($primary, $lightness: 30%);
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
||||||
|
@ -339,7 +338,6 @@
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 4px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.edit-reason {
|
.edit-reason {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user