This commit is contained in:
2017-11-25 00:42:04 +01:00
parent 99b662ab6a
commit d7e9e22828
10 changed files with 362 additions and 225 deletions

View File

@@ -6,6 +6,10 @@
display: block;
}
.disabled {
opacity: 0.65;
}
.sui {
background: @color-black;
color: @color-main-light;
@@ -18,7 +22,6 @@
-webkit-tap-highlight-color: transparent;
}
> .content {
padding: @default-padding;
}
@@ -29,8 +32,10 @@
button {
background: @color-main;
color: white;
color: @color-white;
font-size: 0.9em;
border: 0;
padding: .8em;
margin: 0 .4em;
}
}