Implement layout (wip)
This commit is contained in:
parent
0f7978cc5c
commit
b62a2dd8c4
13 changed files with 69 additions and 36 deletions
assets/css/components/layout
7
assets/css/components/layout/header.css
Normal file
7
assets/css/components/layout/header.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
@scope ([data-css='components/layout/header.css']) {
|
||||
:scope {
|
||||
height: 80px;
|
||||
display: flex;
|
||||
background-color: gray;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue