update: Change cards design and write documentation

This commit is contained in:
Ronan 2020-01-22 12:11:33 +01:00
commit 9bd80e41eb
19 changed files with 138 additions and 16 deletions

View file

@ -16,7 +16,8 @@
font-weight: 500;
font-size: 14px;
//letter-spacing: .25px;
color: rgba(0,0,0,0.54);
color: rgba(0, 0, 0, 0.54);
padding: 9px 21px 10px 19px !important;
&:focus {
outline: none !important;
@ -29,4 +30,8 @@
}
}
}
}
#root #secondNavBar .navbar > li > ul li .item {
padding-left: 65px !important;
}