[components] SectionTitle, css property 수정
Detail Notes : 1. gap → margin-right 수정
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
.sectionTitle {
|
.sectionTitle {
|
||||||
.flex(@justifyCenter: flex-start);
|
.flex(@justifyCenter: flex-start);
|
||||||
gap: 12px;
|
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
.font(@fontFamily: @baseFontBold, @fontSize: 42px);
|
.font(@fontFamily: @baseFontBold, @fontSize: 42px);
|
||||||
color: @COLOR_GRAY08;
|
color: @COLOR_GRAY08;
|
||||||
@@ -11,6 +10,7 @@
|
|||||||
span {
|
span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.size(@w: 6px, @h: 36px);
|
.size(@w: 6px, @h: 36px);
|
||||||
|
margin-right: 12px;
|
||||||
background-color: @PRIMARY_COLOR_RED;
|
background-color: @PRIMARY_COLOR_RED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user