Remove double ; in elements #42
This commit is contained in:
parent
3bd096f8f8
commit
895336be5d
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
header,
|
header,
|
||||||
.panel:not(:last-child) {
|
.panel:not(:last-child) {
|
||||||
border-bottom: solid var(--grey-50) 1px !important;;
|
border-bottom: solid var(--grey-50) 1px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
background-color: var(--grey-70) !important;;
|
background-color: var(--grey-70) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue