-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
471 additions
and
389 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
//color | ||
|
||
$bg-dark : #dededd; | ||
$tertiary: #f39d72; | ||
|
||
//option | ||
$enable-fluid-layout: false; | ||
|
||
|
||
/* HEADER */ | ||
$header-bg: $white; | ||
$header-box-shadow: '0 2px 6px 0 rgba(0,0,0,.2)'; | ||
$header-nav-bg-color: null; | ||
$header-nav-color: $body-color; | ||
$header-nav-padding-y: null; | ||
$header-nav-border-color: $border-color; | ||
$header-top-border-color: $header-nav-border-color; | ||
/* MAIN */ | ||
$spacer-y : $spacer*2; | ||
$wrapper-bg: #f1f1f1; | ||
/* FOOTER */ | ||
$footer-bg: $white; | ||
$footer-container-margin-top: $spacer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* PRODUCT MINIATURE */ | ||
$pm-bg-color: null; | ||
$pm-border-width: null; | ||
$pm-border-color: null; | ||
/* product title */ | ||
$pm-name-color: $gray-700; | ||
$pm-name-hover-color: $primary; | ||
$pm-name-font-size: $font-size-base; | ||
$pm-name-font-weight: 400; | ||
$pm-name-font-family: null; | ||
$pm-name-font-size: null; | ||
$pm-name-hover-border-width: 1px; | ||
$pm-name-hover-border-color: transparent; | ||
|
||
$pm-highlight-bg-color: #fff; | ||
$pm-highlight-translateY: 0; |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.l-footer{ | ||
background-color: $footer-bg; | ||
margin-top: $footer-margin-top; | ||
padding-top: $footer-padding-top; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.l-header{ | ||
background-color: $header-bg; | ||
margin-bottom: $spacer; | ||
box-shadow: $header-box-shadow; | ||
} | ||
.header-nav{ | ||
border-bottom: 1px solid $header-nav-border-color; | ||
background-color: $header-nav-bg-color; | ||
color:$header-nav-color; | ||
padding-top: $header-nav-padding-y; | ||
padding-bottom: $header-nav-padding-y; | ||
& a:not(.dropdown-item), .btn{ | ||
color: $header-nav-color; | ||
} | ||
} | ||
.header-top{ | ||
border-bottom: 1px solid $header-top-border-color; | ||
} | ||
@include media-breakpoint-mobile { | ||
.header__container{ | ||
padding-left: 0; | ||
padding-right: 0; | ||
} | ||
.logo{ | ||
width:100%; | ||
max-width: 115px; | ||
} | ||
} |
File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.