mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-11 16:53:09 +00:00
parent
bec42aa4d0
commit
e2fe0f0743
1 changed files with 12 additions and 0 deletions
|
|
@ -17,6 +17,18 @@ $radio-ripple-size: 48px;
|
|||
border: 2px solid rgba(#000, .54);
|
||||
transition: $swift-ease-out;
|
||||
|
||||
&:before {
|
||||
width: $checkbox-touch-size;
|
||||
height: $checkbox-touch-size;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
border-radius: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
transition: $swift-ease-in;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
&:after {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue