mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
clearing changed on cleared all
This commit is contained in:
parent
3363708c1f
commit
bed9ea6948
3 changed files with 17 additions and 5 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
&:before {
|
||||
content: ' ';
|
||||
box-shadow: 0 0 10px 1px @red_secondary;
|
||||
background: @red_secondary;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
@ -19,8 +18,8 @@
|
|||
position: absolute;
|
||||
border-radius: 40px;
|
||||
opacity: 0;
|
||||
transform: scale(0.5);
|
||||
transition: opacity 250ms, transform 500ms;
|
||||
transform: scale(0);
|
||||
}
|
||||
|
||||
&:hover, &:active {
|
||||
|
@ -30,7 +29,7 @@
|
|||
}
|
||||
|
||||
&:before {
|
||||
opacity: 1;
|
||||
opacity: 0.3;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue