Move top gradient to be the background of the navigation.
This commit is contained in:
parent
248ba3a539
commit
1830742602
2 changed files with 1 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
//background: linear-gradient(0deg, transparent, #c2affe) repeat-x;
|
background: linear-gradient(0deg, transparent, #c2affe) repeat-x;
|
||||||
|
|
||||||
&__wrapper {
|
&__wrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
|
@ -19,9 +19,6 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: #fbeeff;
|
background-color: #fbeeff;
|
||||||
background-image: linear-gradient(180deg, #c2affe, transparent);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: 100% 150px;
|
|
||||||
font: 12px/20px @mio-font-regular;
|
font: 12px/20px @mio-font-regular;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue