components
This commit is contained in:
commit
009a214b40
40 changed files with 966 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
/*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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue