mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-19 16:46:23 -07:00
11 lines
No EOL
133 B
SCSS
11 lines
No EOL
133 B
SCSS
@import 'colors';
|
|
@import '../util';
|
|
|
|
.loginbox input {
|
|
height: 20%;
|
|
}
|
|
|
|
.manage-header {
|
|
background: $bgcol;
|
|
border-radius: 8px;
|
|
} |