add project structure
This commit is contained in:
Vendored
+6
File diff suppressed because one or more lines are too long
@@ -0,0 +1,14 @@
|
||||
top-menu {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
top-menu_item {
|
||||
text-align: center;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
@@ -0,0 +1,6 @@
|
||||
@use './top-menu.scss';
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
top-menu {
|
||||
&_logo{
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user