21 lines
327 B
SCSS
21 lines
327 B
SCSS
![]() |
.titleWrapper {
|
||
|
display: flex;
|
||
|
font-size: 22px;
|
||
|
font-weight: 700;
|
||
|
color: rgba(51, 51, 51, 1);
|
||
|
cursor: pointer;
|
||
|
.titleIcon {
|
||
|
width: 23px;
|
||
|
height: 23px;
|
||
|
margin-top: 9px;
|
||
|
flex-shrink: 0;
|
||
|
margin-right: 11px;
|
||
|
}
|
||
|
.titleText {
|
||
|
word-break: break-all;
|
||
|
line-height: 41px;
|
||
|
font-size: 22px;
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
}
|