replace litera with minty
This commit is contained in:
parent
50f501e955
commit
54434004b2
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue