🎨 Minor UI update

This commit is contained in:
Liyas Thomas
2019-09-02 13:08:49 +05:30
parent 7645d0d2c9
commit 16d9e1e34a
5 changed files with 93 additions and 106 deletions

View File

@@ -86,12 +86,20 @@ button {
font-weight: 700;
font-size: 16px;
cursor: pointer;
transition: all .2s;
&[disabled],
&.disabled {
opacity: 0.7;
cursor: default;
}
&:hover,
&:focus {
background-color: var(--act-color);
box-shadow: inset 0 0 0 2px var(--ac-color);
color: var(--ac-color);
}
}
fieldset {