1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-13 09:26:23 -07:00
gochan/frontend/sass/burichan/_manage.scss

17 lines
No EOL
215 B
SCSS

@use 'colors';
@use '../util';
.loginbox input {
height: 20%;
}
.manage-header {
background: colors.$bgcol;
border-radius: 8px;
}
table.mgmt-table {
tr:first-of-type th {
background: colors.$postblock;
}
}