Skip to content

Commit abefc5a

Browse files
committed
style: deduplicate label rules in ship queue SCSS
Merge identical &__label and &__filters label blocks into a single grouped selector, removing 7 duplicate lines.
1 parent 714cb28 commit abefc5a

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

  • app/assets/stylesheets/pages/certification/ships

app/assets/stylesheets/pages/certification/ships/_index.scss

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
border-radius: 12px;
6666
}
6767

68-
&__label {
68+
&__label,
69+
&__filters label {
6970
display: block;
7071
font-size: 0.75rem;
7172
text-transform: uppercase;
@@ -306,15 +307,6 @@
306307
gap: var(--space-m);
307308
padding: var(--space-m) var(--space-l);
308309
margin-bottom: var(--space-l);
309-
310-
label {
311-
display: block;
312-
font-size: 0.75rem;
313-
text-transform: uppercase;
314-
letter-spacing: 0.06em;
315-
color: var(--muted);
316-
margin-bottom: var(--space-xxs);
317-
}
318310
}
319311

320312
&__filter {

0 commit comments

Comments
 (0)