Latest Compiled Files
This commit is contained in:
parent
b7b98aa330
commit
27e1d64c8a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=6a8c096a65900da7602d",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=6d269d95c3cfc74183cb",
|
||||
"/js/velocity.js": "/js/velocity.js?id=49b29efa452a8942811a",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=5c0fe2bf195ee94576fd",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=530290684cc6821c1c87"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
/* main imports */
|
||||
@import "main/rango";
|
||||
@import "main/icons";
|
||||
@import "main/mixins";
|
||||
@import "main/variables";
|
||||
@import 'main/rango';
|
||||
@import 'main/icons';
|
||||
@import 'main/mixins';
|
||||
@import 'main/variables';
|
||||
|
||||
/* shared components */
|
||||
@import "components/shared";
|
||||
@import 'components/shared';
|
||||
|
||||
/* components */
|
||||
@import "components/UI";
|
||||
@import "components/app";
|
||||
@import "components/home";
|
||||
@import "components/footer";
|
||||
@import "components/product-view";
|
||||
@import "components/media";
|
||||
@import "components/rtl";
|
||||
@import 'components/UI';
|
||||
@import 'components/app';
|
||||
@import 'components/home';
|
||||
@import 'components/footer';
|
||||
@import 'components/product-view';
|
||||
@import 'components/media';
|
||||
@import 'components/rtl';
|
||||
|
||||
/* static */
|
||||
@import "static/material-icons";
|
||||
@import 'static/material-icons';
|
||||
|
||||
/* starting */
|
||||
* {
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
/* Track */
|
||||
::-webkit-scrollbar-track {
|
||||
background: #D8D8D8;
|
||||
background: #d8d8d8;
|
||||
}
|
||||
|
||||
/* Handle */
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
font-family: $font-family-pro;
|
||||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
input[type='checkbox'] {
|
||||
width: 24px;
|
||||
height: 15px;
|
||||
margin-right: 10px;
|
||||
|
|
@ -214,14 +214,13 @@ body {
|
|||
text-align: right;
|
||||
padding-top: 5px;
|
||||
|
||||
|
||||
* {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
+.account-modal {
|
||||
+ .account-modal {
|
||||
top: 40px;
|
||||
right: 10px;
|
||||
z-index: 101;
|
||||
|
|
@ -230,7 +229,7 @@ body {
|
|||
position: absolute !important;
|
||||
|
||||
.theme-btn {
|
||||
padding: .5rem .9rem;
|
||||
padding: 0.5rem 0.9rem;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
|
|
@ -260,11 +259,11 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
>div:last-child {
|
||||
> div:last-child {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
>div {
|
||||
> div {
|
||||
.default {
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
|
|
@ -449,7 +448,7 @@ header {
|
|||
border-radius: 2px 0px 0px 2px;
|
||||
border: 1px solid $theme-color;
|
||||
border-right: 0;
|
||||
font-family: "Source Sans Pro", sans-serif;
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
|
@ -518,7 +517,7 @@ header {
|
|||
display: inline-block;
|
||||
|
||||
i {
|
||||
+span.cart-text {
|
||||
+ span.cart-text {
|
||||
padding-left: 0px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
|
@ -528,7 +527,7 @@ header {
|
|||
padding-left: 5px;
|
||||
}
|
||||
|
||||
+.down-arrow-container {
|
||||
+ .down-arrow-container {
|
||||
.rango-arrow-down {
|
||||
top: 8px;
|
||||
}
|
||||
|
|
@ -697,7 +696,7 @@ header {
|
|||
margin: 0;
|
||||
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.24);
|
||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.24);
|
||||
background-color: #FFFFFF;
|
||||
background-color: #ffffff;
|
||||
|
||||
.navbar {
|
||||
margin: 0px;
|
||||
|
|
@ -732,7 +731,7 @@ header {
|
|||
.category-dropdown {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
background: #FFF;
|
||||
background: #fff;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 525px;
|
||||
|
|
@ -740,7 +739,7 @@ header {
|
|||
li.category-list {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
background: #FFF;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
|
||||
a {
|
||||
|
|
@ -760,7 +759,7 @@ header {
|
|||
}
|
||||
|
||||
&:hover {
|
||||
color: #28557B;
|
||||
color: #28557b;
|
||||
text-decoration: none;
|
||||
background-color: $light-background;
|
||||
}
|
||||
|
|
@ -769,7 +768,7 @@ header {
|
|||
.child-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
background-color: #CCC;
|
||||
background-color: #ccc;
|
||||
left: 283px;
|
||||
width: 250px;
|
||||
height: 350px;
|
||||
|
|
@ -779,7 +778,7 @@ header {
|
|||
}
|
||||
|
||||
.secondary-navbar {
|
||||
background-color: #4D7EA8;
|
||||
background-color: #4d7ea8;
|
||||
min-height: 40px;
|
||||
padding: 5px;
|
||||
vertical-align: middle;
|
||||
|
|
@ -896,12 +895,22 @@ header {
|
|||
border: 1px solid red;
|
||||
}
|
||||
|
||||
.popular-products .second-row .popular-products-listing .product-buttons .add-to-cart-button .btn-primary {
|
||||
.popular-products
|
||||
.second-row
|
||||
.popular-products-listing
|
||||
.product-buttons
|
||||
.add-to-cart-button
|
||||
.btn-primary {
|
||||
border: #26a37c !important;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.popular-products .second-row .popular-products-listing .product-buttons .add-to-cart-button .addtocart {
|
||||
.popular-products
|
||||
.second-row
|
||||
.popular-products-listing
|
||||
.product-buttons
|
||||
.add-to-cart-button
|
||||
.addtocart {
|
||||
text-transform: uppercase;
|
||||
background-color: #26a37c;
|
||||
}
|
||||
|
|
@ -916,7 +925,7 @@ header {
|
|||
background: $button-primary-bg;
|
||||
color: #fff;
|
||||
padding: 16px;
|
||||
font: 18px "josefin sans", arial;
|
||||
font: 18px 'josefin sans', arial;
|
||||
}
|
||||
|
||||
.spacing {
|
||||
|
|
@ -935,8 +944,8 @@ i.within-circle {
|
|||
|
||||
.center_div {
|
||||
margin: 0 auto;
|
||||
width: 80%
|
||||
/* value of your choice which suits your alignment */
|
||||
width: 80%;
|
||||
/* value of your choice which suits your alignment */
|
||||
}
|
||||
|
||||
.form-style {
|
||||
|
|
@ -968,21 +977,23 @@ i.within-circle {
|
|||
}
|
||||
|
||||
.w3-card-2 {
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
|
||||
0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
||||
float: right;
|
||||
height: 36px;
|
||||
width: 133px;
|
||||
}
|
||||
|
||||
.w3-card-login {
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
|
||||
0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
||||
float: right;
|
||||
height: 36px;
|
||||
width: 71px;
|
||||
}
|
||||
|
||||
.btn-new-customer-login {
|
||||
color: #26A37C !important;
|
||||
color: #26a37c !important;
|
||||
font-size: 16px;
|
||||
padding: 11px;
|
||||
text-decoration: none !important;
|
||||
|
|
@ -990,8 +1001,8 @@ i.within-circle {
|
|||
|
||||
.btn-dark-green {
|
||||
color: #fff;
|
||||
background-color: #26A37C;
|
||||
border-color: #26A37C;
|
||||
background-color: #26a37c;
|
||||
border-color: #26a37c;
|
||||
height: 36px;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
|
@ -999,7 +1010,7 @@ i.within-circle {
|
|||
.login-text {
|
||||
height: 65px;
|
||||
width: 575px;
|
||||
border: 1px #E5E5E5;
|
||||
border: 1px #e5e5e5;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
|
@ -1019,11 +1030,11 @@ i.within-circle {
|
|||
width: 150px;
|
||||
height: 150px;
|
||||
margin-right: 20px;
|
||||
background: #F8F9FA;
|
||||
background: #f8f9fa;
|
||||
@include border-radius(3px);
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
background-image: url("../images/placeholder-icon.svg");
|
||||
background-image: url('../images/placeholder-icon.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
margin-bottom: 20px;
|
||||
|
|
@ -1040,7 +1051,11 @@ i.within-circle {
|
|||
}
|
||||
|
||||
.remove-image {
|
||||
background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 100%);
|
||||
background-image: linear-gradient(
|
||||
-180deg,
|
||||
rgba(0, 0, 0, 0.08) 0%,
|
||||
rgba(0, 0, 0, 0.24) 100%
|
||||
);
|
||||
@include border-radius(0 0 4px 4px);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
@ -1064,8 +1079,8 @@ i.within-circle {
|
|||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: #26A37C !important;
|
||||
border-color: #26A37C !important;
|
||||
background-color: #26a37c !important;
|
||||
border-color: #26a37c !important;
|
||||
}
|
||||
|
||||
/* Category Filter UI Responsivenes */
|
||||
|
|
@ -1083,21 +1098,21 @@ i.within-circle {
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
.filters-container .toolbar-wrapper>div select {
|
||||
.filters-container .toolbar-wrapper > div select {
|
||||
cursor: pointer;
|
||||
padding: 6px 8px;
|
||||
color: rgba(0, 0, 0, .83);
|
||||
background-color: #fff
|
||||
color: rgba(0, 0, 0, 0.83);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.filters-container .toolbar-wrapper>div {
|
||||
.filters-container .toolbar-wrapper > div {
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
|
||||
@media (max-width:600px) {
|
||||
@media (max-width: 600px) {
|
||||
.selective-div {
|
||||
width: 97px;
|
||||
-webkit-appearance: none
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.nav-container {
|
||||
|
|
@ -1111,7 +1126,7 @@ i.within-circle {
|
|||
font-size: 16px;
|
||||
overflow-y: scroll;
|
||||
box-shadow: 5px 0 5px -5px #333;
|
||||
background-color: #FFFFFF;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1121,4 +1136,4 @@ i.within-circle {
|
|||
|
||||
.main-content-wrapper .content-list ul {
|
||||
width: 101.2% !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
padding: 20px;
|
||||
position: relative;
|
||||
|
||||
>div:first-child {
|
||||
> div:first-child {
|
||||
top: 40px;
|
||||
position: sticky;
|
||||
height: max-content;
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
|
||||
.customer-reviews {
|
||||
>div {
|
||||
> div {
|
||||
&.row {
|
||||
padding-bottom: 30px;
|
||||
display: block;
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
position: relative;
|
||||
background-color: $light-background;
|
||||
|
||||
>div {
|
||||
> div {
|
||||
width: 0px;
|
||||
height: 100%;
|
||||
background-color: $black-color;
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
.review-form {
|
||||
width: 80%;
|
||||
|
||||
>div {
|
||||
> div {
|
||||
padding-top: 30px;
|
||||
|
||||
label {
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
margin: 20px 0;
|
||||
|
||||
.toolbar-wrapper {
|
||||
>div {
|
||||
> div {
|
||||
margin: 0 20px 0 0;
|
||||
display: inline-block;
|
||||
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
>div:not(:first-child) {
|
||||
> div:not(:first-child) {
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
|
|
@ -191,8 +191,10 @@
|
|||
animation: fade-in-white 0.3s ease-in-out;
|
||||
|
||||
@include border-radius(5px);
|
||||
@include box-shadow(0px 15px 25px 0px rgba(0, 0, 0, 0.03),
|
||||
0px 20px 45px 5px rgba(0, 0, 0, 0.2));
|
||||
@include box-shadow(
|
||||
0px 15px 25px 0px rgba(0, 0, 0, 0.03),
|
||||
0px 20px 45px 5px rgba(0, 0, 0, 0.2)
|
||||
);
|
||||
|
||||
.modal-header {
|
||||
padding: 20px;
|
||||
|
|
@ -280,7 +282,7 @@
|
|||
.card-body {
|
||||
cursor: default;
|
||||
|
||||
>div:last-child {
|
||||
> div:last-child {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
|
@ -298,7 +300,6 @@
|
|||
}
|
||||
|
||||
.card-body {
|
||||
|
||||
.compare-icon,
|
||||
.wishlist-icon {
|
||||
left: 0;
|
||||
|
|
@ -478,7 +479,7 @@
|
|||
}
|
||||
|
||||
form {
|
||||
>div {
|
||||
> div {
|
||||
padding-bottom: 20px;
|
||||
|
||||
input {
|
||||
|
|
@ -491,7 +492,7 @@
|
|||
}
|
||||
|
||||
.container-right {
|
||||
>.recently-viewed {
|
||||
> .recently-viewed {
|
||||
padding-top: 20px;
|
||||
}
|
||||
}
|
||||
|
|
@ -683,7 +684,7 @@
|
|||
padding-bottom: 20px !important;
|
||||
border-bottom: 2px solid $border-general;
|
||||
|
||||
>h3 {
|
||||
> h3 {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
|
@ -704,11 +705,11 @@
|
|||
}
|
||||
|
||||
.cart-item-list {
|
||||
>.row {
|
||||
> .row {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
>.row:last-child {
|
||||
> .row:last-child {
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 2px solid $border-general;
|
||||
}
|
||||
|
|
@ -735,7 +736,7 @@
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
>a {
|
||||
> a {
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
|
@ -769,7 +770,7 @@
|
|||
li.breadcrumb-item {
|
||||
display: inline-block;
|
||||
|
||||
&+.breadcrumb-item::before {
|
||||
& + .breadcrumb-item::before {
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
|
|
@ -883,12 +884,12 @@
|
|||
table {
|
||||
tr {
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #CCCCCC;
|
||||
border: 1px solid #cccccc;
|
||||
|
||||
td {
|
||||
width: auto;
|
||||
border-top: none;
|
||||
border-right: 1px solid #CCCCCC !important;
|
||||
border-right: 1px solid #cccccc !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -908,8 +909,7 @@
|
|||
}
|
||||
|
||||
.account-table-content {
|
||||
|
||||
>.row,
|
||||
> .row,
|
||||
.control-group {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
|
@ -946,7 +946,7 @@
|
|||
.address-holder {
|
||||
margin-top: 30px;
|
||||
|
||||
>div {
|
||||
> div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
|
@ -987,7 +987,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
>* {
|
||||
> * {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
|
|
@ -1065,7 +1065,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
~table {
|
||||
~ table {
|
||||
&.table {
|
||||
thead {
|
||||
font-size: 18px;
|
||||
|
|
@ -1162,7 +1162,7 @@
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.table>table {
|
||||
.table > table {
|
||||
width: 100%;
|
||||
color: #5e5e5e;
|
||||
border: 1px solid rgba(0, 0, 0, 0.125);
|
||||
|
|
@ -1211,9 +1211,11 @@
|
|||
margin-right: 20px;
|
||||
border-radius: 0 0 4px 4px;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
background-image: linear-gradient(-180deg,
|
||||
background-image: linear-gradient(
|
||||
-180deg,
|
||||
rgba(0, 0, 0, 0.08),
|
||||
rgba(0, 0, 0, 0.24));
|
||||
rgba(0, 0, 0, 0.24)
|
||||
);
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
@ -1250,7 +1252,7 @@
|
|||
}
|
||||
|
||||
.reviews-container {
|
||||
>.row {
|
||||
> .row {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
|
@ -1260,7 +1262,6 @@
|
|||
margin: 0;
|
||||
|
||||
a:not([href]) {
|
||||
|
||||
&.next,
|
||||
&.previous {
|
||||
cursor: not-allowed;
|
||||
|
|
@ -1285,7 +1286,6 @@
|
|||
|
||||
&.next,
|
||||
&.previous {
|
||||
|
||||
.angle-right-icon,
|
||||
.angle-left-icon {
|
||||
@extend .rango-default;
|
||||
|
|
@ -1348,7 +1348,7 @@
|
|||
}
|
||||
|
||||
.section-content {
|
||||
label+span {
|
||||
label + span {
|
||||
font-weight: 600;
|
||||
color: $grey-color;
|
||||
}
|
||||
|
|
@ -1439,9 +1439,8 @@
|
|||
padding: 40px 20px;
|
||||
|
||||
.col-lg-7 {
|
||||
|
||||
.coupon-container,
|
||||
>div:not(:first-child) {
|
||||
> div:not(:first-child) {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
|
@ -1478,7 +1477,7 @@
|
|||
.styled-select {
|
||||
cursor: pointer;
|
||||
|
||||
+.select-icon {
|
||||
+ .select-icon {
|
||||
top: 55%;
|
||||
left: 92%;
|
||||
font-size: 20px;
|
||||
|
|
@ -1515,7 +1514,7 @@
|
|||
.address-holder {
|
||||
margin-top: 15px;
|
||||
|
||||
>div {
|
||||
> div {
|
||||
margin: 5px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
|
@ -1538,7 +1537,7 @@
|
|||
display: table;
|
||||
text-align: center;
|
||||
|
||||
>div {
|
||||
> div {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
|
||||
|
|
@ -1596,7 +1595,7 @@
|
|||
|
||||
.shipping-methods,
|
||||
.payment-methods {
|
||||
>.row {
|
||||
> .row {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
|
@ -1634,11 +1633,11 @@
|
|||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
>.row:first-child {
|
||||
> .row:first-child {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
>.row {
|
||||
> .row {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
|
@ -1655,7 +1654,7 @@
|
|||
position: sticky !important;
|
||||
max-width: 500px !important;
|
||||
|
||||
>div {
|
||||
> div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
@ -1663,11 +1662,11 @@
|
|||
padding: 25px 30px;
|
||||
border: 1px solid $border-general;
|
||||
|
||||
>h3 {
|
||||
> h3 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
>.row:not(:last-child) {
|
||||
> .row:not(:last-child) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
|
@ -1795,7 +1794,6 @@
|
|||
}
|
||||
|
||||
.main-container-wrapper {
|
||||
|
||||
/**
|
||||
* Sticky header for logo and search component. Just make sure
|
||||
* this class should have height otherwise CLS score will reduce.
|
||||
|
|
@ -1871,8 +1869,8 @@
|
|||
}
|
||||
|
||||
li:hover {
|
||||
>a {
|
||||
>span {
|
||||
> a {
|
||||
> span {
|
||||
color: $light-link-color;
|
||||
}
|
||||
}
|
||||
|
|
@ -1884,7 +1882,7 @@
|
|||
.category {
|
||||
padding: 5px 0 4px 15px;
|
||||
|
||||
+.nested {
|
||||
+ .nested {
|
||||
color: $font-color;
|
||||
|
||||
li {
|
||||
|
|
@ -2015,7 +2013,7 @@
|
|||
line-height: 38px;
|
||||
}
|
||||
|
||||
>* {
|
||||
> * {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
|
@ -2250,22 +2248,22 @@
|
|||
}
|
||||
|
||||
.full-content-wrapper {
|
||||
>.container-fluid {
|
||||
> .container-fluid {
|
||||
padding: 0 !important;
|
||||
margin-bottom: 60px !important;
|
||||
|
||||
>.row {
|
||||
> .row {
|
||||
padding: 0 15px !important;
|
||||
}
|
||||
}
|
||||
|
||||
p,
|
||||
div {
|
||||
>.container-fluid {
|
||||
> .container-fluid {
|
||||
padding: 0 !important;
|
||||
margin-bottom: 60px !important;
|
||||
|
||||
>.row {
|
||||
> .row {
|
||||
padding: 0 15px !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -2346,7 +2344,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
input[type='checkbox']+span {
|
||||
input[type='checkbox'] + span {
|
||||
margin-left: 10px !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -2449,7 +2447,6 @@
|
|||
|
||||
&.next,
|
||||
&.previous {
|
||||
|
||||
.angle-right-icon,
|
||||
.angle-left-icon {
|
||||
@extend .rango-default;
|
||||
|
|
@ -2502,7 +2499,7 @@
|
|||
}
|
||||
|
||||
.carousel-products {
|
||||
+.recently-viewed {
|
||||
+ .recently-viewed {
|
||||
top: -40px;
|
||||
position: relative;
|
||||
}
|
||||
|
|
@ -2739,4 +2736,4 @@
|
|||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue