save: save reset

appearance: save button reacts to changes
This commit is contained in:
muerwre 2018-11-27 15:05:49 +07:00
parent 8fcca6587e
commit 7a6776c61b
8 changed files with 36 additions and 18 deletions

View file

@ -97,17 +97,19 @@
}
&.disabled {
color: #999999;
svg {
fill: #999999;
}
}
&.highlighted {
background: #555555;
background: rgba(255, 255, 255, 0.1);
}
&.cancel {
background: linear-gradient(270deg, #0f5871, #444444 60%);
// background: linear-gradient(270deg, #0f5871, #444444 60%);
}
&.primary {