Skip to content

Commit 7d55e46

Browse files
authored
Merge pull request #890 from jsonwebtoken/update-footer-design
Update footer styles
2 parents b04da93 + fb7ff2e commit 7d55e46

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

src/features/common/components/footer/footer.module.scss

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.wrapper {
99
@include ExtendedGrid;
10-
border-top: 0.0625rem solid $neutrals-functional-300;
10+
margin: 4rem auto 0;
1111
}
1212

1313
.content {
@@ -75,11 +75,10 @@
7575

7676
.resources__title {
7777
color: var(--color_fg_default);
78-
font-size: 1rem;
78+
font-size: .875rem;
7979
font-style: normal;
8080
font-weight: 500;
8181
line-height: 1.25rem;
82-
letter-spacing: 0.0875rem;
8382
text-transform: uppercase;
8483

8584
:global(html[lang="ja"]) & {
@@ -89,18 +88,17 @@
8988

9089
.resource__list {
9190
display: grid;
92-
row-gap: 1rem;
91+
grid-row-gap: .25rem;
92+
row-gap: .25rem;
9393
padding: 0;
94-
margin: 1.25rem 0 0 0;
95-
94+
margin: 1.25rem 0 0;
9695
list-style: none;
9796
color: var(--color_fg_bold);
98-
9997
font-size: 1rem;
10098
font-style: normal;
10199
font-weight: 500;
102100
line-height: 1.375rem;
103-
letter-spacing: 0.0125rem;
101+
letter-spacing: .2px;
104102

105103
:global(html[lang="ja"]) & {
106104
@include LocaleLineHeight("ja", 1rem);
@@ -113,17 +111,17 @@
113111
width: 100%;
114112
margin: 0;
115113
padding: 0;
116-
gap: 0.5rem;
114+
gap: .5rem;
117115
color: var(--color_fg_bold);
118-
font-size: 1rem;
116+
font-size: .875rem;
119117
font-style: normal;
120118
font-weight: 500;
121119
line-height: 1.375rem;
122-
letter-spacing: 0.0125rem;
120+
letter-spacing: .2px;
123121
background-color: transparent;
124122
border: none;
125123
cursor: pointer;
126-
transition: all 0.2s ease;
124+
transition: all .2s ease;
127125

128126
:global(html[lang="ja"]) & {
129127
@include LocaleLineHeight("ja", 1rem);
@@ -142,18 +140,18 @@
142140
width: 100%;
143141
margin: 0;
144142
padding: 0;
145-
gap: 0.5rem;
143+
gap: .5rem;
146144
color: var(--color_fg_bold);
147-
font-size: 1rem;
145+
font-size: .875rem;
148146
font-style: normal;
149147
font-weight: 500;
150-
line-height: 1.375rem;
151-
letter-spacing: 0.0125rem;
148+
line-height: 1.5;
149+
letter-spacing: -.1px;
152150
background-color: transparent;
153151
border: none;
154152
cursor: pointer;
155153
text-decoration: none;
156-
transition: all 0.2s ease;
154+
transition: all .2s ease;
157155

158156
:global(html[lang="ja"]) & {
159157
@include LocaleLineHeight("ja", 1rem);

0 commit comments

Comments
 (0)