cyp/app/css/nav.less
Ondrej Zara 76802bc630 queue
2019-03-22 15:35:04 +01:00

20 lines
244 B
Plaintext

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