Skip to content

Commit 7550f71

Browse files
committed
Themed buttons fixes and grid
1 parent 1d10df6 commit 7550f71

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/shared/components/Contentful/Viewport/themes/grid.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
overflow: auto;
77
justify-content: center;
88
width: 100%;
9+
align-items: center;
910

1011
@include xl {
1112
max-width: $screen-lg;

src/shared/components/buttons/themed/tc.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
font-weight: 700 !important;
77
text-decoration: none !important;
88
text-transform: uppercase !important;
9+
margin: 0 !important;
910
}
1011

1112
@mixin primary-green {
@@ -105,6 +106,7 @@
105106
font-weight: 700 !important;
106107
text-decoration: none !important;
107108
text-transform: uppercase !important;
109+
margin: 0 !important;
108110
}
109111

110112
@mixin secondary-gray {
@@ -130,6 +132,7 @@
130132

131133
font-weight: 700 !important;
132134
text-transform: uppercase !important;
135+
margin: 0 !important;
133136
}
134137

135138
@mixin warn-red {

0 commit comments

Comments
 (0)