21 lines
259 B
Plaintext
21 lines
259 B
Plaintext
@import '@/styles/common.less';
|
|
@import '@/styles/variables.less';
|
|
|
|
.profile-checkbox {
|
|
|
|
&__group {
|
|
width: 100%;
|
|
height: 100%;
|
|
.flex-row();
|
|
}
|
|
|
|
&__item {
|
|
flex: 1;
|
|
height: 100%;
|
|
}
|
|
|
|
&__icon {
|
|
width: 36px;
|
|
height: 36px;
|
|
}
|
|
} |