commit
5f7c1cae6f
|
@ -41,7 +41,7 @@ button {
|
|||
|
||||
.button-gray,
|
||||
a.button-gray {
|
||||
background: $button-gray;
|
||||
background: $gray;
|
||||
&:hover {
|
||||
background: $fresh-taiga;
|
||||
color: $white;
|
||||
|
@ -55,7 +55,7 @@ a.button-blackish {
|
|||
background: $blackish;
|
||||
color: $whitish;
|
||||
&:hover {
|
||||
background: $button-gray-hover;
|
||||
background: $blackish;
|
||||
color: $white;
|
||||
}
|
||||
span {
|
||||
|
@ -74,17 +74,6 @@ a.button-red {
|
|||
}
|
||||
}
|
||||
|
||||
a.button-orange {
|
||||
background: $orange;
|
||||
&:hover {
|
||||
background: lighten($orange, 10%);
|
||||
color: $white;
|
||||
}
|
||||
span {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
a.button-block {
|
||||
background: $white;
|
||||
color: $red;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
a {
|
||||
&:hover {
|
||||
background: $button-gray-hover;
|
||||
background: $blackish;
|
||||
color: $white;
|
||||
transition: all .3s linear;
|
||||
}
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
.v-pagination-next,
|
||||
.v-pagination-previous {
|
||||
background-color: $button-gray;
|
||||
background-color: $gray;
|
||||
color: $whitish;
|
||||
display: block;
|
||||
padding: .1rem 0;
|
||||
|
@ -47,7 +47,7 @@
|
|||
visibility: hidden;
|
||||
width: 100%;
|
||||
&:hover {
|
||||
background-color: $button-gray / 2;
|
||||
background-color: $blackish;
|
||||
transition: background .3s linear;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
input {
|
||||
@extend %medium;
|
||||
@extend %text;
|
||||
background-color: $very-light-gray;
|
||||
background-color: $whitish;
|
||||
width: 243px;
|
||||
@include placeholder {
|
||||
color: $gray;
|
||||
|
|
|
@ -6,29 +6,15 @@ $grayer: #444;
|
|||
$gray: #555;
|
||||
$gray-light: #b8b8b8;
|
||||
$whitish: #f5f5f5;
|
||||
$very-light-gray: #fcfcfc;
|
||||
$white: #fff;
|
||||
|
||||
$green-taiga: #72a114;
|
||||
$fresh-taiga: #9dce0a;
|
||||
$dark-taiga: #879b89;
|
||||
$dry-taiga: #70a87d;
|
||||
$morning-taiga: #7ab987;
|
||||
$dark-grayish-lime-green: #8b9e8d;
|
||||
|
||||
|
||||
$red-light: #ff8282;
|
||||
$red: #f00;
|
||||
|
||||
$rgba-red: 240, 15, 0, .8;
|
||||
|
||||
$orange: #d98a0b;
|
||||
|
||||
$button-green: #699b05;
|
||||
$button-green-hover: #9dce0a;
|
||||
$button-gray: #585858;
|
||||
$button-gray-hover: #879b89;
|
||||
|
||||
$postit: #fff8e4;
|
||||
$postit-hover: #f1e8cd;
|
||||
$postit-dark-hover: #cfc29b;
|
||||
|
|
|
@ -113,7 +113,7 @@ body {
|
|||
}
|
||||
|
||||
.menu-tertiary {
|
||||
background-color: $dark-grayish-lime-green;
|
||||
background-color: $dark-taiga;
|
||||
flex: 0 0 auto;
|
||||
min-height: 100vh;
|
||||
padding: 2em 1em;
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
width: 500px;
|
||||
z-index: 999;
|
||||
+ div {
|
||||
background-color: $button-gray;
|
||||
background-color: $gray;
|
||||
height: 25px;
|
||||
transition: all .2s linear;
|
||||
width: 50%;
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
width: 500px;
|
||||
z-index: 999;
|
||||
+ div {
|
||||
background-color: $button-gray;
|
||||
background-color: $gray;
|
||||
height: 25px;
|
||||
transition: all .2s linear;
|
||||
width: 50%;
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
padding: .5rem 0;
|
||||
text-align: center;
|
||||
&:hover {
|
||||
background-color: darken($button-gray-hover, 15%);
|
||||
background-color: $blackish;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
padding: .5rem 0;
|
||||
text-align: center;
|
||||
&:hover {
|
||||
background-color: darken($button-gray-hover, 15%);
|
||||
background-color: $blackish;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
.category-item {
|
||||
align-items: center;
|
||||
border-bottom: 1px solid $very-light-gray;
|
||||
border-bottom: 1px solid $whitish;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: .5rem .5rem .5rem 2rem;
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
.hero {
|
||||
width: 100%;
|
||||
.row {
|
||||
background: $very-light-gray;
|
||||
background: $whitish;
|
||||
border-bottom: 0;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue