mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 21:48:13 +00:00
Animacja checkboxa
This commit is contained in:
@@ -151,6 +151,10 @@ label.g-checkbox {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
|
|
||||||
|
span {
|
||||||
|
transition: color 125ms ease;
|
||||||
|
}
|
||||||
|
|
||||||
span::before {
|
span::before {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -160,6 +164,8 @@ label.g-checkbox {
|
|||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
|
|
||||||
|
transition: background-color 125ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|||||||
Reference in New Issue
Block a user