ensl.org/app/assets/stylesheets/pages/_bans.scss

23 lines
199 B
SCSS
Raw Normal View History

/*
Bans List
*/
#bans {
h1 {
margin-bottom: 1em;
}
table.bans {
.type,
.expiry {
width: 20%;
}
.actions {
width: 10%;
text-align: right;
}
}
}