Put links above green bar; tweak gradient
This commit is contained in:
parent
922bde6c6e
commit
3447e6ec12
1 changed files with 10 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
||||||
.geo-title {
|
.geo-title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 6em;
|
width: 6em;
|
||||||
|
font-size: 37px;
|
||||||
|
line-height: 38px;
|
||||||
|
position: relative;
|
||||||
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-account-menu li {
|
.user-account-menu li {
|
||||||
|
@ -35,9 +39,14 @@
|
||||||
$body-background-color,
|
$body-background-color,
|
||||||
$body-background-color 38px,
|
$body-background-color 38px,
|
||||||
$light-green 38px,
|
$light-green 38px,
|
||||||
$green 60px,
|
|
||||||
$green 84px,
|
$green 84px,
|
||||||
$body-background-color 84px,
|
$body-background-color 84px,
|
||||||
$body-background-color
|
$body-background-color
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#navbar-menu .navbar-item {
|
||||||
|
height: 36px;
|
||||||
|
font-size: 22px;
|
||||||
|
padding-top: 18px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue