Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit f809b3e

Browse files
author
bhasher
committed
Header on editor
1 parent 7d96875 commit f809b3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/publics/css/base.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ header{
6363
width: 100vw;
6464
box-sizing: border-box;
6565
z-index: 200;
66+
background-image: url("/img/SVG/Header.svg");
67+
box-shadow: 0 3px 3px #477A14; //mix(@background-color, #477A14, 50%);
68+
//border-bottom: 2px solid mix(@background-color, #477A14, 50%);
6669

6770
h1{
6871
float: left;

0 commit comments

Comments
 (0)