10 lines
145 B
SCSS
10 lines
145 B
SCSS
.checkbox-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.checkbox-icon {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 8px;
|
|
}
|
|
} |