cyp/app/css/nav.less
Ondrej Zara 3a75581863 design
2019-03-26 12:35:47 +01:00

20 lines
243 B
Plaintext

nav ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
li {
text-align: center;
flex: 1 0 0;
line-height: 40px;
&:hover { background-color:red;}
&.active {
background-color: green;
}
}
}