Replaced most trivial checkboxes with Checkbox component
This commit is contained in:
parent
8ee50f9f16
commit
e7532464e3
10 changed files with 122 additions and 246 deletions
|
@ -40,12 +40,16 @@ export default {
|
|||
.checkbox {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding-left: 1.2em;
|
||||
min-height: 1.2em;
|
||||
|
||||
&-indicator {
|
||||
position: relative;
|
||||
padding-left: 1.2em;
|
||||
}
|
||||
|
||||
&-indicator::before {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
display: block;
|
||||
content: '✔';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue