Updated readme

This commit is contained in:
unsettledgames
2020-09-15 12:12:35 +02:00
parent 5e2a3e46e1
commit 663b714b46
3 changed files with 39 additions and 16 deletions

View File

@ -974,8 +974,8 @@ svg {
path {
fill:$basehovericon;
}
transition: background 150ms ease-in-out,
transform 150ms ease;
transition: background 100ms ease-in-out,
transform 100ms ease;
-webkit-appearance: none;
-moz-appearance: none;
}
@ -1004,6 +1004,28 @@ svg {
left:10px;
text-align:center;
button {
background:$basehover;
border:none;
color: $basehovericon;
transition: background 100ms ease-in-out,
transform 100ms ease;
-webkit-appearance: none;
-moz-appearance: none;
}
button:hover,
button:focus {
cursor:pointer;
background-color: $baseicon;
color:$basehovericonhover;
border: 2px solid color(base, foreground);
}
button:active {
transform: scale(0.95);
}
input {
position:relative;
margin-left:10px;