You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
903 B
50 lines
903 B
.laptop-navbar{ |
|
width: 100%; |
|
// height: 60px; |
|
justify-content: space-between; |
|
align-items: center; |
|
font-family: numeralLight; |
|
z-index: 100; |
|
&__logo{ |
|
// width: 100px; |
|
// height: 50px; |
|
// background : greenyellow; |
|
} |
|
&__list{ |
|
margin : 0px; |
|
list-style: none; |
|
align-items: center; |
|
padding: 0px; |
|
margin-right: 10px; |
|
li{ |
|
margin: 0px 10px; |
|
padding: 0px 15px; |
|
text-decoration: none; |
|
a{ |
|
text-decoration: none; |
|
} |
|
} |
|
} |
|
&__signin{ |
|
font-family: numeralLight; |
|
text-decoration: none; |
|
color: #6cbe44; |
|
padding : 10px 20px; |
|
margin-left: 12px; |
|
&:hover{ |
|
color: #6cbe44; |
|
} |
|
} |
|
|
|
&__signup{ |
|
font-family: numeralLight; |
|
text-decoration: none; |
|
color: white; |
|
background-color: #6cbe44; |
|
border-radius: 6px; |
|
padding : 10px 20px; |
|
&:hover{ |
|
color: white; |
|
} |
|
} |
|
}
|
|
|