[Wlogout] Improve looks
This commit is contained in:
parent
11c961bfe7
commit
4aa4bc57b9
@ -18,10 +18,11 @@ button {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
||||||
|
border-radius: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: rgba(0, 94, 31, 0.2);
|
background-color: rgba(95, 80, 166, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
|
@ -18,10 +18,11 @@ button {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
||||||
|
border-radius: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: rgba(0, 94, 31, 0.2);
|
background-color: {{ colour-accent-2-rgba-05 }};
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user