feat: first commit
This commit is contained in:
21
src/components/bl-checkbox/index.less
Normal file
21
src/components/bl-checkbox/index.less
Normal file
@ -0,0 +1,21 @@
|
||||
@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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user