replace litera with minty

This commit is contained in:
Vicky Steeves 2022-05-22 13:27:07 -04:00
parent 50f501e955
commit 54434004b2
2 changed files with 723 additions and 780 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
/* timeline from https://mdbootstrap.com/docs/standard/extended/timeline/ */ /* timeline from https://mdbootstrap.com/docs/standard/extended/timeline/ */
.timeline-with-icons { .timeline-with-icons {
border-left: 1px solid hsl(0, 0%, 90%); border-left: 3px solid hsl(0, 0%, 90%);
position: relative; position: relative;
list-style: none; list-style: none;
margin-top:1.3rem; margin-top:1.3rem;
@ -22,9 +22,9 @@
left: -48px; left: -48px;
background-color: hsl(217, 88.2%, 90%); background-color: hsl(217, 88.2%, 90%);
color: hsl(217, 88.8%, 35.1%); color: hsl(217, 88.8%, 35.1%);
border-radius: 50%; border-radius: 60%;
height: 31px; height: 38px;
width: 31px; width: 38px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;