16 lines
223 B
Plaintext
16 lines
223 B
Plaintext
@import '@/styles/common.less';
|
|
@import '@/styles/variables.less';
|
|
|
|
.fragment-profile-others {
|
|
width: 100%;
|
|
|
|
&__title {
|
|
font-weight: 400;
|
|
font-size: 32px;
|
|
line-height: 40px;
|
|
|
|
|
|
margin-bottom: 24px;
|
|
}
|
|
}
|