survey-webapp/SurveyFrontend/src/components/NavigationItem/NavigationItem.module.css
Tatiana Nikolaeva 009a214b40 components
2025-04-04 21:41:22 +05:00

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;
}