init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
31
assets/styles/components/_radio.scss
Normal file
31
assets/styles/components/_radio.scss
Normal file
|
@ -0,0 +1,31 @@
|
|||
.b-radio {
|
||||
&.radio {
|
||||
input[type=radio] {
|
||||
+ .check {
|
||||
border-color: $primary;
|
||||
}
|
||||
|
||||
&:checked {
|
||||
+ .check {
|
||||
&:before {
|
||||
transform: scale(.6);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+ .radio {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.control-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: $white;
|
||||
|
||||
.button {
|
||||
margin-left: .45rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue