mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Edits to header css (some related to new dashboard changes)
This commit is contained in:
parent
203ad0d2d1
commit
57e2a10625
1 changed files with 5 additions and 2 deletions
|
@ -164,7 +164,7 @@
|
||||||
// Top nav area
|
// Top nav area
|
||||||
.header-Nav{
|
.header-Nav{
|
||||||
background:#5e95a1;
|
background:#5e95a1;
|
||||||
border-bottom:1px solid #a1cad4;
|
border-bottom:1px solid #92B4BD;
|
||||||
|
|
||||||
@include vendor(transition, all 0.35s);
|
@include vendor(transition, all 0.35s);
|
||||||
|
|
||||||
|
@ -279,7 +279,10 @@
|
||||||
|
|
||||||
// Interior CSS
|
// Interior CSS
|
||||||
.interior .page{
|
.interior .page{
|
||||||
padding-top:46px
|
padding-top: 22px;
|
||||||
|
}
|
||||||
|
.interior .signup-Form {
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
.interior .header-Base{
|
.interior .header-Base{
|
||||||
left:0;
|
left:0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue