feat: first commit
This commit is contained in:
20
src/fragments/user/anchor/index.less
Normal file
20
src/fragments/user/anchor/index.less
Normal file
@ -0,0 +1,20 @@
|
||||
@import '@/styles/common.less';
|
||||
@import '@/styles/variables.less';
|
||||
|
||||
.user-fragment-anchor {
|
||||
|
||||
&__cell {
|
||||
height: 112px;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
border-radius: 16px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
&__switch-to-company {
|
||||
width: 100%;
|
||||
height: 112px;
|
||||
border-radius: 16px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user