1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-17 13:06:22 -07:00
gochan/frontend/sass/pipes/_manage.scss

13 lines
No EOL
252 B
SCSS

@use 'colors';
@use '../util';
.loginbox input {
height: 20%;
}
.manage-header {
background: colors.$topbarcol;
// @include box-shadow(2px 2px 3px 4px $shadowcol);
@include util.shadow-filter(4px 4px 4px colors.$shadowcol);
border-radius: 8px;
}