mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-04 03:56:24 -07:00
12 lines
No EOL
193 B
SCSS
12 lines
No EOL
193 B
SCSS
@import 'colors';
|
|
@import '../util';
|
|
|
|
.loginbox input {
|
|
height: 20%;
|
|
}
|
|
|
|
.manage-header {
|
|
background-color: $topbarcol;
|
|
@include box-shadow(2px 2px 3px 4px $shadowcol);
|
|
border-radius: 8px;
|
|
} |