Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 4c7a8bd

Browse files
committed
Style updates
1 parent fc9bf56 commit 4c7a8bd

File tree

8 files changed

+16
-19
lines changed

8 files changed

+16
-19
lines changed

components/atoms/Button/Button.module.css

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.button {
2-
@apply inline-flex items-center justify-center rounded border cursor-pointer font-semibold;
2+
@apply inline-flex items-center justify-center rounded border cursor-pointer font-semibold mr-2 mb-2;
33

44
& svg {
5-
@apply ml-12;
5+
@apply ml-4;
66
}
77

88
&.iconLeft {
@@ -21,21 +21,15 @@
2121

2222
/* SIZES */
2323
&.lg {
24-
@apply px-6 py-3;
25-
26-
line-height: 1.5625rem;
24+
@apply px-4 py-3 text-lg;
2725
}
2826

2927
&.md {
30-
@apply px-3 py-1.5;
31-
32-
line-height: 1.25rem;
28+
@apply px-3 py-2;
3329
}
3430

3531
&.sm {
3632
@apply px-1.5 py-0.5;
37-
38-
line-height: 1.0625rem;
3933
}
4034

4135
&.fluid {

components/atoms/Image/Image.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
}
77

88
& .caption {
9-
@apply text-center pt-12;
9+
@apply text-center text-xs pt-4;
1010
}
1111
}

components/atoms/VideoEmbed/VideoEmbed.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
}
1313

1414
& .caption {
15-
@apply text-center text-xs pt-12;
15+
@apply text-center text-xs pt-4;
1616
}
1717
}

components/molecules/AlgoliaSearch/AlgoliaSearch.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@
126126

127127
& span.time {
128128
@apply overflow-ellipsis text-right font-normal italic flex-shrink-0 self-start text-xs opacity-50;
129-
130-
width: 30%;
131129
}
132130
}
133131

components/molecules/ButtonGroup/ButtonGroup.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.buttonGroup {
2-
@apply mb-12;
2+
@apply mb-8;
33

44
&.horizontal {
55
@apply flex;

components/molecules/ImageGallery/ImageGallery.module.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.gallery {
2-
@apply mb-20;
2+
@apply mb-8;
33

44
& .wrap {
5-
@apply grid grid-cols-4 gap-12;
5+
@apply grid grid-cols-4 gap-2;
66

77
&.columns-1 {
88
@apply grid-cols-1;
@@ -27,9 +27,13 @@
2727
&.columns-6 {
2828
@apply grid-cols-6;
2929
}
30+
31+
& > div {
32+
@apply self-center;
33+
}
3034
}
3135

3236
& .caption {
33-
@apply text-center pt-12;
37+
@apply text-center text-xs pt-4;
3438
}
3539
}

components/organisms/Header/Header.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
& .navigation {
9-
@apply flex items-center justify-between;
9+
@apply flex items-end justify-between;
1010
}
1111
}
1212

styles/demo.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
}
1414
}
1515

16+
/* Body Heading Styles */
1617
& h1,
1718
& h2,
1819
& h3,

0 commit comments

Comments
 (0)