latest changes
This commit is contained in:
@@ -8,7 +8,7 @@ section.woocommerce-wrapper {
|
||||
}
|
||||
|
||||
|
||||
div.product-tile {
|
||||
div.product-tile, div.page-tile {
|
||||
border-radius: 15px;
|
||||
box-shadow: 0 0 20px rgba($c-black, 0.1);
|
||||
padding: 1rem;
|
||||
@@ -26,7 +26,7 @@ div.product-tile {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 0 !important;
|
||||
// opacity: 0;
|
||||
opacity: 0;
|
||||
transition: all $transition-time ease;
|
||||
border-radius: 50%;
|
||||
|
||||
@@ -119,4 +119,24 @@ div.product-tile {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a.learn-more {
|
||||
@extend .montserrat;
|
||||
text-transform: uppercase;
|
||||
color: $c-brightRed;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.page-tile {
|
||||
h2 {
|
||||
@extend .montserrat;
|
||||
text-align: left !important;
|
||||
font-size: 32px !important;
|
||||
line-height: 37px !important;
|
||||
text-transform: uppercase;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user