Status display
This commit is contained in:
@ -88,6 +88,15 @@ h1 {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
#statusDisplay {
|
||||
padding: 8px 16px;
|
||||
border-radius: 6px;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.9em;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.editable {
|
||||
padding: 10px;
|
||||
border: 1px solid var(--border-color);
|
||||
|
||||
Reference in New Issue
Block a user