Better icons, buttons & animations

This commit is contained in:
liyasthomas
2019-09-22 02:01:07 +05:30
parent 2878207170
commit 4bb6981cbb
10 changed files with 21 additions and 24 deletions

View File

@@ -248,7 +248,7 @@ input[type="checkbox"] {
justify-content: center;
margin: 8px 8px 8px 0;
color: transparent;
transition: 0.2s;
transition: all 0.2s ease-in-out;
}
}
@@ -451,7 +451,7 @@ input[type="radio"] + label {
padding: 8px 16px;
border-bottom: 2px solid transparent;
cursor: pointer;
transition: all 0.2s ease;
transition: all 0.2s ease-in-out;
&:hover {
border-color: var(--brd-color);