mirror of
https://github.com/10h30/ycb.vn.git
synced 2026-07-20 07:04:17 +09:00
Update scss
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
}
|
||||
|
||||
.custom-logo {
|
||||
height: 5rem;
|
||||
height: 2.5rem;
|
||||
}
|
||||
|
||||
/* ## Header Right Widget Area
|
||||
@@ -132,6 +132,14 @@
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.widget .textwidget {
|
||||
font-size: 14px;
|
||||
color: $accent;
|
||||
font-family: $font-heading;
|
||||
font-weight: $bolder;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ## Custom Header
|
||||
|
||||
@@ -155,4 +155,62 @@ div.lSSlideOuter {
|
||||
content: "\f18f";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ## Iconic Woocommerce Swatch
|
||||
--------------------------------------------- */
|
||||
.products .iconic-was-swatches {
|
||||
margin-bottom: 0!important;
|
||||
li {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce .summary ul.iconic-was-swatches {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.iconic-was-swatches--image-swatch .iconic-was-swatch__graphic {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.iconic-was-swatches--loop {
|
||||
.iconic-was-swatch__graphic--image {
|
||||
width: 50px!important;
|
||||
height: 50px!important;
|
||||
}
|
||||
.iconic-was-swatch--colour-swatch .iconic-was-swatch__graphic {
|
||||
width: 25px!important;
|
||||
height: 25px!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
a.iconic-was-swatch, .iconic-was-swatches--text-swatch .iconic-was-swatch {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
a.iconic-was-swatch:hover, .iconic-was-swatches--text-swatch .iconic-was-swatch:hover {
|
||||
border: 1px solid #e63946;
|
||||
}
|
||||
|
||||
.iconic-was-swatches--loop .iconic-was-swatch--text-swatch {
|
||||
font-size: 14px;
|
||||
border: 1px solid #ccc!important;
|
||||
padding: 5px 5px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.woocommerce .cart-collaterals .cross-sells .iconic-was-swatches li {
|
||||
display: inline-block;
|
||||
margin: 0 8px 8px 0;
|
||||
padding: 0;
|
||||
width: auto!important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.post-type-archive-product .iconic-was-swatches {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -18,13 +18,14 @@ $breakpoints: (
|
||||
|
||||
/* ### Colors */
|
||||
|
||||
$accent: #fb2056;
|
||||
$accent: #00a5d7;
|
||||
$black: #000000;
|
||||
$dark: #141e28;
|
||||
$gray: #556677;
|
||||
$medium: #a4a8ac;
|
||||
$border: #f0f1f2;
|
||||
$light: #f6f7f8;
|
||||
$lighter: #555555;
|
||||
$white: #ffffff;
|
||||
$overlay: rgba(20,30,40,0.82);
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -203,18 +203,22 @@
|
||||
font-size: 1.8rem;
|
||||
position: relative;
|
||||
margin-top: 1rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.price {
|
||||
display: block;
|
||||
clear: both;
|
||||
float: none;
|
||||
background-color: $white;
|
||||
color: $dark;
|
||||
color: $lighter;
|
||||
margin-bottom: 0;
|
||||
font-size: 2.2rem;
|
||||
font-weight: 300;
|
||||
del,
|
||||
ins {
|
||||
display: inline;
|
||||
margin-right: 0.5em;
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
span.onsale {
|
||||
|
||||
Reference in New Issue
Block a user