Skip to content

Commit

Permalink
✨ feat(card.scss): Bump card footer font size to font-size-s
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Oct 14, 2021
1 parent 5ff9035 commit 57a2c89
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -6783,7 +6783,7 @@ video.video-fullscreen {
border-top: 1px solid #e9ecef; }
.card .card-footer, .card .card__footer {
position: relative;
font-size: 0.75rem;
font-size: 0.875rem;
color: #868e96; }
.card .card-head, .card .card__header {
align-items: stretch;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/core/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
background-color: var(--btn-color);
border-color: var(--btn-border-color);
color: var(--btn-fg);
font-size: 0.75rem;
font-size: $font-size-xs;
letter-spacing: 0.03rem;
text-transform: uppercase;
font-family: Montserrat;
Expand Down
4 changes: 0 additions & 4 deletions src/core/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ ul {
margin: 0.75rem;
padding-left: 0.75rem;
}

// li.menu-item:last-child { Deprecated 0.6.2
// margin-bottom: 0;
// }

/* Menu item divider */
.divider {
Expand Down
2 changes: 1 addition & 1 deletion src/ext/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

.card-footer, .card__footer {
position: relative;
font-size: 0.75rem;
font-size: $font-size-s;
color: map-get($grays, '600');
}

Expand Down

0 comments on commit 57a2c89

Please sign in to comment.