Skip to content

Commit

Permalink
Update link card style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanhuazong committed Sep 13, 2022
1 parent 2ad3ee8 commit cbcb553
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion build/style.6f696a5bb566c1691bb5.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/style.6f696a5bb566c1691bb5.css

This file was deleted.

1 change: 1 addition & 0 deletions build/style.dab42c467f0b5a5c0ee4.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '575748fea4d39146a119df3ff5ae2670');
1 change: 1 addition & 0 deletions build/style.dab42c467f0b5a5c0ee4.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/link-card/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
flex-direction:column;
align-items: flex-start;
justify-content: center;
padding: 1.25rem 1.375rem;
padding: 1.25rem;
width:100%;
&__vertical-top{
justify-content: flex-start !important;
Expand All @@ -33,7 +33,7 @@
color: black !important;
}
.vertical-subtext{
font-size: 1.25rem !important;
font-size: 1.125rem !important;
font-family: acumin-pro;
font-weight: 400;
line-height:1.75rem;
Expand Down Expand Up @@ -79,7 +79,7 @@ a.link-card{

.media-content {
border-left: solid 7px $black;
padding-left:0.9375rem;
padding-left:0.8125rem;
}
}
}
Expand All @@ -88,7 +88,7 @@ a.link-card--square{
&.card:hover{
.media-content {
border-left:none;
padding-left:1.375rem;
padding-left:1.25rem;
.title {
text-decoration: underline;
}
Expand All @@ -100,7 +100,7 @@ div.link-card--square{
box-shadow: 0 .5em 1em -.125em rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.02);
.media-content {
border-left:none;
padding-left:1.375rem;
padding-left:1.25rem;
.title {
text-decoration: none !important;
}
Expand Down Expand Up @@ -152,7 +152,7 @@ div.link-card--square{
margin-bottom: 1rem;
font-family: acumin-pro-semi-condensed;
font-weight: 600;
line-height: 28.8px;
line-height: 1.5;
text-align: center;
}

Expand Down

0 comments on commit cbcb553

Please sign in to comment.