File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
frontends/web/src/components/guide Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1212
1313.close {
1414 display : flex;
15- height : 24px ;
15+ height : 2.4rem ;
16+ min-height : 0 ;
1617 padding : 4px ;
17- width : 24 px ;
18+ width : 2.4 rem ;
1819}
1920
2021.close img {
21- height : 20 px ;
22+ height : 2 rem ;
2223 margin-left : calc (var (--space-quarter ) / 2 );
23- width : 20 px ;
24+ width : 2 rem ;
2425}
2526
2627.wrapper {
115116 align-items : center;
116117 display : flex;
117118 font-size : var (--size-subheader );
118- flex-direction : row;
119119 font-weight : bold;
120+ flex-direction : row;
120121 justify-content : flex-start;
121- line-height : 1.2 em ;
122- width : 16 px ;
122+ line-height : 1.2 ;
123+ width : 1.6 rem ;
123124}
124125
125126.entryTitle .entryTitleText {
131132 display : flex;
132133 flex-direction : row;
133134 justify-content : flex-start;
134- padding-left : 16 px ;
135+ padding-left : 1.2 rem ;
135136}
136137
137138.expanded {
You can’t perform that action at this time.
0 commit comments