This commit is contained in:
20
webseite-sass-js/dev/assets/scss/05_modules/_menu-main.scss
Normal file
20
webseite-sass-js/dev/assets/scss/05_modules/_menu-main.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
.menu-main {
|
||||
background-color: $color-5;
|
||||
|
||||
ul.list {
|
||||
display: flex;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
justify-content: center;
|
||||
li {
|
||||
a {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
color: $color-white;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user