summaryrefslogtreecommitdiff
path: root/scss/modules
diff options
context:
space:
mode:
Diffstat (limited to 'scss/modules')
-rw-r--r--scss/modules/_btn.scss1
-rw-r--r--scss/modules/_committee.md.scss2
-rw-r--r--scss/modules/_committee.scss18
-rw-r--r--scss/modules/_committee.sm.scss1
-rw-r--r--scss/modules/_committee.xl.scss2
-rw-r--r--scss/modules/_committee.xs.scss1
-rw-r--r--scss/modules/_footer.xs.scss1
-rw-r--r--scss/modules/_index.lg.scss1
-rw-r--r--scss/modules/_index.md.scss1
-rw-r--r--scss/modules/_index.scss1
-rw-r--r--scss/modules/_index.sm.scss1
-rw-r--r--scss/modules/_index.xl.scss1
-rw-r--r--scss/modules/_index.xs.scss1
-rw-r--r--scss/modules/_link-gallery.scss1
-rw-r--r--scss/modules/_link-gallery.sm.scss1
-rw-r--r--scss/modules/_link-gallery.xs.scss5
-rw-r--r--scss/modules/_link.scss4
-rw-r--r--scss/modules/_nav.md.scss1
-rw-r--r--scss/modules/_nav.sm.scss1
-rw-r--r--scss/modules/_payment-methods-list.scss1
-rw-r--r--scss/modules/_skip-to-content.scss4
21 files changed, 17 insertions, 33 deletions
diff --git a/scss/modules/_btn.scss b/scss/modules/_btn.scss
index 6b5e543..29b3264 100644
--- a/scss/modules/_btn.scss
+++ b/scss/modules/_btn.scss
@@ -37,4 +37,3 @@ a.btn {
color: var(--text-color);
text-decoration: none;
}
-
diff --git a/scss/modules/_committee.md.scss b/scss/modules/_committee.md.scss
index 83ca252..adaf389 100644
--- a/scss/modules/_committee.md.scss
+++ b/scss/modules/_committee.md.scss
@@ -13,4 +13,4 @@
.committee__member__text {
grid-column: 3 / calc(3 + var(--grid-prose-column-count) - 2);
-} \ No newline at end of file
+}
diff --git a/scss/modules/_committee.scss b/scss/modules/_committee.scss
index f6528a3..efbce3a 100644
--- a/scss/modules/_committee.scss
+++ b/scss/modules/_committee.scss
@@ -7,14 +7,15 @@
border-top-width: var(--border-width);
border-top-style: solid;
border-image: linear-gradient(
- to right,
- transparent 0%,
- transparent 19.1%,
- var(--text-color) 19.1%,
- var(--text-color) 80.9%,
- transparent 80.9%,
- transparent 100%
- ) 1;
+ to right,
+ transparent 0%,
+ transparent 19.1%,
+ var(--text-color) 19.1%,
+ var(--text-color) 80.9%,
+ transparent 80.9%,
+ transparent 100%
+ )
+ 1;
margin-block-start: var(--spacing-block-md);
padding-block-start: var(--spacing-block-md);
}
@@ -34,4 +35,3 @@
display: block;
font-weight: lighter;
}
-
diff --git a/scss/modules/_committee.sm.scss b/scss/modules/_committee.sm.scss
index a2b2216..2010c04 100644
--- a/scss/modules/_committee.sm.scss
+++ b/scss/modules/_committee.sm.scss
@@ -2,4 +2,3 @@
text-align: start;
margin: 0;
}
-
diff --git a/scss/modules/_committee.xl.scss b/scss/modules/_committee.xl.scss
index 94d8429..89fed1f 100644
--- a/scss/modules/_committee.xl.scss
+++ b/scss/modules/_committee.xl.scss
@@ -12,4 +12,4 @@
.committee__member__text {
grid-column: 3 / min(11, calc(var(--grid-column-count) + 1));
-} \ No newline at end of file
+}
diff --git a/scss/modules/_committee.xs.scss b/scss/modules/_committee.xs.scss
index 5681bc7..c085360 100644
--- a/scss/modules/_committee.xs.scss
+++ b/scss/modules/_committee.xs.scss
@@ -2,4 +2,3 @@
margin-inline: calc(var(--grid-column-width) + var(--grid-gutter-width));
width: calc(var(--grid-gutter-width) + 2 * var(--grid-column-width));
}
-
diff --git a/scss/modules/_footer.xs.scss b/scss/modules/_footer.xs.scss
index 67cab7f..f51d57c 100644
--- a/scss/modules/_footer.xs.scss
+++ b/scss/modules/_footer.xs.scss
@@ -4,4 +4,3 @@ footer {
gap: var(--grid-gutter-width);
align-items: end;
}
-
diff --git a/scss/modules/_index.lg.scss b/scss/modules/_index.lg.scss
index 56a6dd8..8bdb4f3 100644
--- a/scss/modules/_index.lg.scss
+++ b/scss/modules/_index.lg.scss
@@ -1,2 +1 @@
@use 'nav.lg' as *;
-
diff --git a/scss/modules/_index.md.scss b/scss/modules/_index.md.scss
index b426b71..4687331 100644
--- a/scss/modules/_index.md.scss
+++ b/scss/modules/_index.md.scss
@@ -1,4 +1,3 @@
@use 'committee.md' as *;
@use 'nav.md' as *;
@use 'schedule.md' as *;
-
diff --git a/scss/modules/_index.scss b/scss/modules/_index.scss
index 822295f..67adcc5 100644
--- a/scss/modules/_index.scss
+++ b/scss/modules/_index.scss
@@ -9,4 +9,3 @@
@use 'product' as *;
@use 'schedule' as *;
@use 'skip-to-content' as *;
-
diff --git a/scss/modules/_index.sm.scss b/scss/modules/_index.sm.scss
index ab51eb2..0a318c4 100644
--- a/scss/modules/_index.sm.scss
+++ b/scss/modules/_index.sm.scss
@@ -1,4 +1,3 @@
@use 'committee.sm' as *;
@use 'link-gallery.sm' as *;
@use 'nav.sm' as *;
-
diff --git a/scss/modules/_index.xl.scss b/scss/modules/_index.xl.scss
index 17e1d8c..89860ac 100644
--- a/scss/modules/_index.xl.scss
+++ b/scss/modules/_index.xl.scss
@@ -1,2 +1 @@
@use 'committee.xl' as *;
-
diff --git a/scss/modules/_index.xs.scss b/scss/modules/_index.xs.scss
index ef77c6d..c2bb97e 100644
--- a/scss/modules/_index.xs.scss
+++ b/scss/modules/_index.xs.scss
@@ -2,4 +2,3 @@
@use 'footer.xs' as *;
@use 'link-gallery.xs' as *;
@use 'nav.xs' as *;
-
diff --git a/scss/modules/_link-gallery.scss b/scss/modules/_link-gallery.scss
index 0f0c187..b2676bb 100644
--- a/scss/modules/_link-gallery.scss
+++ b/scss/modules/_link-gallery.scss
@@ -69,4 +69,3 @@
margin-inline-start: 1em;
}
}
-
diff --git a/scss/modules/_link-gallery.sm.scss b/scss/modules/_link-gallery.sm.scss
index 723dffc..04d5a3c 100644
--- a/scss/modules/_link-gallery.sm.scss
+++ b/scss/modules/_link-gallery.sm.scss
@@ -1,4 +1,3 @@
.link-gallery {
--gallery-item-column-span: 3;
}
-
diff --git a/scss/modules/_link-gallery.xs.scss b/scss/modules/_link-gallery.xs.scss
index a8f48ac..cbaf301 100644
--- a/scss/modules/_link-gallery.xs.scss
+++ b/scss/modules/_link-gallery.xs.scss
@@ -4,9 +4,7 @@
&:not(.link-gallery--splash-first) {
grid-auto-rows: calc(
- var(--gallery-row-image-height) +
- var(--spacing-block-sm) +
- var(--gallery-row-title-height)
+ var(--gallery-row-image-height) + var(--spacing-block-sm) + var(--gallery-row-title-height)
);
.link-gallery__title {
@@ -43,4 +41,3 @@
text-align: start;
}
}
-
diff --git a/scss/modules/_link.scss b/scss/modules/_link.scss
index 2f827c4..c4b62e4 100644
--- a/scss/modules/_link.scss
+++ b/scss/modules/_link.scss
@@ -1,4 +1,5 @@
-a, .link {
+a,
+.link {
color: var(--special-text-color);
text-decoration-line: underline;
text-decoration-color: var(--special-text-color);
@@ -24,4 +25,3 @@ a, .link {
border-color: var(--special-text-color);
}
}
-
diff --git a/scss/modules/_nav.md.scss b/scss/modules/_nav.md.scss
index 7f0f784..4b09cf7 100644
--- a/scss/modules/_nav.md.scss
+++ b/scss/modules/_nav.md.scss
@@ -23,4 +23,3 @@
.nav__switch-language-link {
margin-inline-end: calc(var(--grid-column-width) + var(--grid-gutter-width));
}
-
diff --git a/scss/modules/_nav.sm.scss b/scss/modules/_nav.sm.scss
index 688f947..226df3b 100644
--- a/scss/modules/_nav.sm.scss
+++ b/scss/modules/_nav.sm.scss
@@ -35,4 +35,3 @@
grid-column: 3 / 5;
}
}
-
diff --git a/scss/modules/_payment-methods-list.scss b/scss/modules/_payment-methods-list.scss
index a59831a..80fb257 100644
--- a/scss/modules/_payment-methods-list.scss
+++ b/scss/modules/_payment-methods-list.scss
@@ -5,4 +5,3 @@
margin-block-end: var(--spacing-block-sm);
}
}
-
diff --git a/scss/modules/_skip-to-content.scss b/scss/modules/_skip-to-content.scss
index 0a5f365..e407190 100644
--- a/scss/modules/_skip-to-content.scss
+++ b/scss/modules/_skip-to-content.scss
@@ -3,7 +3,9 @@
left: var(--grid-padding);
top: -10rem;
opacity: 0;
- transition: top 300ms, opacity 300ms;
+ transition:
+ top 300ms,
+ opacity 300ms;
}
.skip-to-content:is(:focus, :focus-visible, :focus-within) {