Color Renaming
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.LP-Footer{
|
||||
margin-top: 75px;
|
||||
width: 100%;
|
||||
background-color: $-secondary-color;
|
||||
background-color: $-grey;
|
||||
padding: 25px;
|
||||
|
||||
.LP-LinkList__List{
|
||||
@@ -14,7 +14,7 @@
|
||||
width: auto;
|
||||
|
||||
.LP-Text{
|
||||
color: $-secondary-background-color;
|
||||
color: $-almost-white;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
padding: 0;
|
||||
|
||||
.LP-LinkList__Item{
|
||||
border-left: 1px solid $-secondary-accent-color;
|
||||
border-left: 1px solid $-light-brown;
|
||||
width: 100%;
|
||||
margin-top: 12px;
|
||||
height: 55px;
|
||||
@@ -16,7 +16,7 @@
|
||||
padding: $-link-padding 0 $-link-padding $-link-padding;
|
||||
width: calc(100% - $-link-padding);
|
||||
display: block;
|
||||
color: $-secondary-color;
|
||||
color: $-grey;
|
||||
|
||||
|
||||
&--iconized{
|
||||
@@ -34,8 +34,8 @@
|
||||
|
||||
|
||||
&:hover{
|
||||
background-color: $-secondary-background-color;
|
||||
color: $-primary-accent-color;
|
||||
background-color: $-almost-white;
|
||||
color: $-wine-red;
|
||||
}
|
||||
|
||||
.LP-Text{
|
||||
@@ -48,7 +48,7 @@
|
||||
.LP-Link__Icon{
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
fill: $-primary-accent-color;
|
||||
fill: $-wine-red;
|
||||
line-height: 5em;
|
||||
}
|
||||
|
||||
|
@@ -14,11 +14,11 @@
|
||||
}
|
||||
|
||||
.LP-Link__Text {
|
||||
color: $-secondary-color;
|
||||
color: $-grey;
|
||||
font-weight: bold;
|
||||
text-shadow: 0px 0px 20px white;
|
||||
&:hover{
|
||||
color: $-primary-accent-color;
|
||||
color: $-wine-red;
|
||||
}
|
||||
}
|
||||
}
|
@@ -4,15 +4,15 @@
|
||||
.LP-Link{
|
||||
.LP-Place{
|
||||
&:hover{
|
||||
color: $-secondary-color;
|
||||
background-color: $-secondary-background-color;
|
||||
color: $-grey;
|
||||
background-color: $-almost-white;
|
||||
|
||||
|
||||
$-hover-offset: 2px;
|
||||
position: relative;
|
||||
left: -$-hover-offset;
|
||||
>.LP-Place__Image{
|
||||
border-left: $-hover-offset $-secondary-color solid;
|
||||
border-left: $-hover-offset $-grey solid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user