fukt a lot but wip

This commit is contained in:
ntr
2019-12-24 18:01:32 +10:00
parent 493e7bcfd5
commit 1991574b21
7 changed files with 2641 additions and 24 deletions
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 95 KiB

+10 -1
View File
@@ -3,16 +3,25 @@
div {
padding-right: 1em;
// display: flex;
// flex-flow: column;
line-height: 2em;
}
h3 {
// text-transform: uppercase;
margin-bottom: 0.5em;
}
button {
width: 100%;
height: 2.5em;
display: block;
}
input {
width: 100%;
height: 3em;
height: 2.5em;
display: block;
}
+4 -8
View File
@@ -75,10 +75,6 @@
flex: 1;
border-top: 0;
border: 0.1em solid #222;
&:not(:last-child) {
border-right: 0;
}
&:last-child {
float: right;
}
@@ -93,6 +89,10 @@
display: inline;
margin: 0 1em;
}
button {
padding: 0 0.5em;
}
}
}
@@ -117,10 +117,6 @@ section {
grid-gap: 1em;
flex-flow: row wrap;
align-items: flex-end;
button {
border-radius: 0.25em;
// height: 3em;
}
&.sub {
grid-template-columns: 1fr;
+1 -11
View File
@@ -129,7 +129,7 @@ button, input {
box-sizing: border-box;
font-size: 1em;
flex: 1;
border-radius: 0.5em;
border-radius: 0;
line-height: 2em;
padding-right: 0.1em;
padding-left: 0.1em;
@@ -261,15 +261,6 @@ figure.gray {
display: none;
}
header {
button {
height: 2.5em;
// border-radius: 0.1em;
border: none;
border-radius: 0;
}
}
.options {
button {
&.highlight {
@@ -279,7 +270,6 @@ header {
}
border: none;
border-radius: 0;
}
}