Skip to content

Commit e96e698

Browse files
committed
spacing
1 parent c0c3bb0 commit e96e698

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

docs/css/release-notes.css

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/release-notes.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/release-notes.scss

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
.release-notes {
27-
margin-top: 48px;
27+
margin-top: 24px;
2828

2929
p {
3030
&:empty {
@@ -92,7 +92,6 @@
9292
position: relative;
9393

9494
&--expanded {
95-
9695
.release-notes-filters {
9796
&__btn {
9897
color: variables.$color-primary-main;
@@ -114,6 +113,14 @@
114113
display: flex;
115114
align-items: center;
116115
height: 24px;
116+
117+
&:hover {
118+
color: variables.$color-primary-main;
119+
120+
svg {
121+
fill: variables.$color-primary-main;
122+
}
123+
}
117124
}
118125

119126
&__btn-icon {
@@ -147,15 +154,16 @@
147154
z-index: 10;
148155
bottom: 0;
149156
left: 50%;
157+
padding: 8px;
150158
transform: translate(-50%, 100%);
151159
border: 1px solid variables.$color-dark-85-white;
152160
background-color: variables.$color-dark-100-white;
153-
border-radius: 4px;
161+
border-radius: 8px;
154162
display: none;
155163
}
156164

157165
&__item {
158-
padding: 12px;
166+
padding: 8px;
159167
white-space: nowrap;
160168

161169
label {
@@ -208,10 +216,6 @@
208216
}
209217
}
210218
}
211-
212-
& + & {
213-
padding: 4px 12px 12px;
214-
}
215219
}
216220
}
217221

@@ -220,7 +224,7 @@
220224
font-size: 14px;
221225
line-height: 1.5;
222226
padding-left: 24px;
223-
padding-bottom: 48px;
227+
padding-bottom: 36px;
224228

225229
&__tags {
226230
display: flex;

0 commit comments

Comments
 (0)