17 lines
No EOL
253 B
CSS
17 lines
No EOL
253 B
CSS
/*NavigationItem.module.css*/
|
|
|
|
.navItem{
|
|
font-weight: 600;
|
|
font-size: 24px;
|
|
color: #AFAFAF;
|
|
margin-bottom: 42px;
|
|
}
|
|
|
|
.active{
|
|
text-decoration: underline 2px #556FB7;
|
|
color: #000000;;
|
|
}
|
|
|
|
.navItem:last-child{
|
|
margin-bottom: 0;
|
|
} |