should comp update for info / combos
This commit is contained in:
@@ -259,15 +259,15 @@
|
||||
padding: 0.25em;
|
||||
}
|
||||
|
||||
.info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.combos {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.info-combiner {
|
||||
.info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.combiner {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user