mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 06:14:19 -07:00
Fix: profile-menu scss
This commit is contained in:
parent
09e87f4af6
commit
dd625e2d48
1 changed files with 4 additions and 5 deletions
|
@ -47,7 +47,7 @@ $textColor: #555;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
a, button {
|
a, button {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -71,7 +71,7 @@ $textColor: #555;
|
||||||
|
|
||||||
div.active {
|
div.active {
|
||||||
background: white;
|
background: white;
|
||||||
|
|
||||||
a, button {
|
a, button {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -144,7 +144,6 @@ $textColor: #555;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
width: 4rem;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -172,7 +171,7 @@ $textColor: #555;
|
||||||
div + div a {
|
div + div a {
|
||||||
color: #a4abad;
|
color: #a4abad;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $secondaryLight;
|
color: $secondaryLight;
|
||||||
}
|
}
|
||||||
|
@ -319,4 +318,4 @@ $textColor: #555;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue