File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
frontends/web/src/components/guide Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1212
1313.close {
1414 display : flex;
15- height : 24 px ;
15+ height : 2.4 rem ;
1616 padding : 4px ;
17- width : 24 px ;
17+ width : 2.4 rem ;
1818}
1919
2020.close img {
21- height : 20 px ;
21+ height : 2 rem ;
2222 margin-left : calc (var (--space-quarter ) / 2 );
23- width : 20 px ;
23+ width : 2 rem ;
2424}
2525
2626.wrapper {
116116 display : flex;
117117 font-size : var (--size-subheader );
118118 flex-direction : row;
119- font-weight : bold;
120119 justify-content : flex-start;
121- line-height : 1.2 em ;
122- width : 16 px ;
120+ line-height : 1.2 ;
121+ width : 1.2 rem ;
123122}
124123
125124.entryTitle .entryTitleText {
131130 display : flex;
132131 flex-direction : row;
133132 justify-content : flex-start;
134- padding-left : 16 px ;
133+ padding-left : 1.2 rem ;
135134}
136135
137136.expanded {
You can’t perform that action at this time.
0 commit comments