Skip to content

Commit

Permalink
Merge 7f352c9 into 211c498
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEerenberg committed Nov 10, 2022
2 parents 211c498 + 7f352c9 commit e6dd72a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 301 deletions.
10 changes: 1 addition & 9 deletions src/components/card/HorizontalCard4.module.scss
Expand Up @@ -11,11 +11,9 @@
background: #{map-deep-get($colors, 'colors', 'primary', 75)};
box-shadow: 0 1px 0.2px rgba(0, 0, 0, 0.1);
position: relative;
h1 {
color: #{map-deep-get($colors, 'colors', 'neutral', 100)};
}

a {
color: #{map-deep-get($colors, 'colors', 'neutral', 90)};
display: flex;
flex-direction: row;
text-decoration: none;
Expand Down Expand Up @@ -110,17 +108,11 @@
text-transform: uppercase;
}

.prefix {
color: #{map-deep-get($colors, 'colors', 'neutral', 90)};
}

.dot {
margin: 0 0.25rem;
color: #{map-deep-get($colors, 'colors', 'neutral', 100)};
}

time {
color: #{map-deep-get($colors, 'colors', 'neutral', 100)};
white-space: nowrap;
}
}
Expand Down
7 changes: 1 addition & 6 deletions src/components/card/HybridCard4.module.scss
Expand Up @@ -12,8 +12,8 @@
height: 100%;
background: #{map-deep-get($colors, 'colors', 'primary', 75)};
box-shadow: 0 1px 0.2px rgba(0, 0, 0, 0.1);

> a {
color: #{map-deep-get($colors, 'colors', 'neutral', 90)};
display: flex;
flex: 1 1 auto;
flex-direction: row;
Expand Down Expand Up @@ -81,7 +81,6 @@
.prefix {
font-family: map-deep-get($typography, 'font-family', 'bold'),
sans-serif;
color: #{map-deep-get($colors, 'colors', 'neutral', 90)};
}

.teaserText {
Expand All @@ -94,10 +93,6 @@
}
}

h1 {
color: #{map-deep-get($colors, 'colors', 'neutral', 100)};
}

&:focus:not(:active),
&:hover:not(:active) {
box-shadow: var(--card-box-shadow);
Expand Down
146 changes: 0 additions & 146 deletions src/components/card/VerticalCard3.module.scss

This file was deleted.

134 changes: 0 additions & 134 deletions src/components/card/VerticalCard4.module.scss

This file was deleted.

7 changes: 1 addition & 6 deletions src/components/card/VerticalCard6.module.scss
Expand Up @@ -12,8 +12,8 @@
height: 100%;
background: #{map-deep-get($colors, 'colors', 'primary', 75)};
box-shadow: 0 1px 0.2px rgba(0, 0, 0, 0.1);

> a {
color: #{map-deep-get($colors, 'colors', 'neutral', 90)};
display: flex;
flex: 1 1 auto;
flex-direction: column;
Expand Down Expand Up @@ -50,7 +50,6 @@
.prefix {
font-family: map-deep-get($typography, 'font-family', 'bold'),
sans-serif;
color: #{map-deep-get($colors, 'colors', 'neutral', 90)};
}

.teaserText {
Expand All @@ -62,10 +61,6 @@
bottom: 0;
}

h1 {
color: #{map-deep-get($colors, 'colors', 'neutral', 100)};
}

&:focus:not(:active),
&:hover:not(:active) {
box-shadow: var(--card-box-shadow);
Expand Down

0 comments on commit e6dd72a

Please sign in to comment.