File tree Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Original file line number Diff line number Diff line change 7
7
8
8
.wrapper {
9
9
@include ExtendedGrid ;
10
- border-top : 0.0625 rem solid $neutrals-functional-300 ;
10
+ margin : 4 rem auto 0 ;
11
11
}
12
12
13
13
.content {
75
75
76
76
.resources__title {
77
77
color : var (--color_fg_default );
78
- font-size : 1 rem ;
78
+ font-size : .875 rem ;
79
79
font-style : normal ;
80
80
font-weight : 500 ;
81
81
line-height : 1.25rem ;
82
- letter-spacing : 0.0875rem ;
83
82
text-transform : uppercase ;
84
83
85
84
:global (html[lang= " ja" ] ) & {
89
88
90
89
.resource__list {
91
90
display : grid ;
92
- row-gap : 1rem ;
91
+ grid-row-gap : .25rem ;
92
+ row-gap : .25rem ;
93
93
padding : 0 ;
94
- margin : 1.25rem 0 0 0 ;
95
-
94
+ margin : 1.25rem 0 0 ;
96
95
list-style : none ;
97
96
color : var (--color_fg_bold );
98
-
99
97
font-size : 1rem ;
100
98
font-style : normal ;
101
99
font-weight : 500 ;
102
100
line-height : 1.375rem ;
103
- letter-spacing : 0.0125 rem ;
101
+ letter-spacing : .2 px ;
104
102
105
103
:global (html[lang= " ja" ] ) & {
106
104
@include LocaleLineHeight (" ja" , 1rem );
113
111
width : 100% ;
114
112
margin : 0 ;
115
113
padding : 0 ;
116
- gap : 0 .5rem ;
114
+ gap : .5rem ;
117
115
color : var (--color_fg_bold );
118
- font-size : 1 rem ;
116
+ font-size : .875 rem ;
119
117
font-style : normal ;
120
118
font-weight : 500 ;
121
119
line-height : 1.375rem ;
122
- letter-spacing : 0.0125 rem ;
120
+ letter-spacing : .2 px ;
123
121
background-color : transparent ;
124
122
border : none ;
125
123
cursor : pointer ;
126
- transition : all 0 .2s ease ;
124
+ transition : all .2s ease ;
127
125
128
126
:global (html[lang= " ja" ] ) & {
129
127
@include LocaleLineHeight (" ja" , 1rem );
142
140
width : 100% ;
143
141
margin : 0 ;
144
142
padding : 0 ;
145
- gap : 0 .5rem ;
143
+ gap : .5rem ;
146
144
color : var (--color_fg_bold );
147
- font-size : 1 rem ;
145
+ font-size : .875 rem ;
148
146
font-style : normal ;
149
147
font-weight : 500 ;
150
- line-height : 1.375 rem ;
151
- letter-spacing : 0.0125 rem ;
148
+ line-height : 1.5 ;
149
+ letter-spacing : -.1 px ;
152
150
background-color : transparent ;
153
151
border : none ;
154
152
cursor : pointer ;
155
153
text-decoration : none ;
156
- transition : all 0 .2s ease ;
154
+ transition : all .2s ease ;
157
155
158
156
:global (html[lang= " ja" ] ) & {
159
157
@include LocaleLineHeight (" ja" , 1rem );
You can’t perform that action at this time.
0 commit comments