ensl.org/app/assets/stylesheets/themes/default/pages/_bans.scss
2014-05-11 11:27:59 +01:00

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;
}
}
}