mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Custom comparisons, performance improvements
This commit is contained in:
@@ -4,9 +4,9 @@ button {
|
||||
svg {
|
||||
fill: @primary;
|
||||
}
|
||||
border: 1px solid @primary;
|
||||
border: none;
|
||||
font-family: @fStandard;
|
||||
border: 1px solid;
|
||||
|
||||
padding: 0.5em;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
@@ -17,7 +17,7 @@ button {
|
||||
svg {
|
||||
fill: red;
|
||||
}
|
||||
border: 1px solid red;
|
||||
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
@@ -26,6 +26,5 @@ button {
|
||||
svg {
|
||||
fill: @disabled;
|
||||
}
|
||||
border: 1px solid @disabled;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user