mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
5cd2d098a0
- Bans - Articles - Forums - Users Further styling improvements to form elements
23 lines
No EOL
199 B
SCSS
23 lines
No EOL
199 B
SCSS
/*
|
|
Bans List
|
|
*/
|
|
|
|
#bans {
|
|
|
|
h1 {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
table.bans {
|
|
|
|
.type,
|
|
.expiry {
|
|
width: 20%;
|
|
}
|
|
|
|
.actions {
|
|
width: 10%;
|
|
text-align: right;
|
|
}
|
|
}
|
|
} |