should comp update for info / combos

This commit is contained in:
Mashy
2019-11-26 10:42:06 +10:00
parent 86a84cbcea
commit c10b68949c
5 changed files with 110 additions and 91 deletions
+4 -4
View File
@@ -259,15 +259,15 @@
padding: 0.25em;
}
.info {
display: none;
}
.combos {
display: none;
}
.info-combiner {
.info {
display: none;
}
.combiner {
margin: 0;
width: 100%;
+2 -4
View File
@@ -71,7 +71,7 @@
button {
line-height: 1.6;
letter-spacing: 0.15em;
border-width: 1px;
border-width: 0.1em;
}
}
@@ -108,7 +108,7 @@
&[disabled] {
background: black;
border-width: 1px;
border-width: 0.1em;
};
}
@@ -145,8 +145,6 @@
&.highlight {
color: black;
background: @silver;
// border: 1px solid @white; (this bangs around the vbox)
// overwrite the classes on white svg elements
svg {
stroke-width: 0.75em;