This commit is contained in:
2017-11-03 05:11:19 +00:00
parent e41d4a6394
commit caca186710
12 changed files with 172 additions and 172 deletions

36
frontend/styles/base.less Normal file
View File

@@ -0,0 +1,36 @@
.hidden {
display: none;
}
.shown {
display: block;
}
.sui {
background: @color-black;
color: @color-main-light;
font-family: @default-font;
font-size: @default-font-size;
* {
margin: 0;
padding: 0;
-webkit-tap-highlight-color: transparent;
}
> .content {
padding: @default-padding;
}
label {
color: @color-grey;
}
button {
background: @color-main;
color: white;
border: 0;
padding: .8em;
}
}