final touches

This commit is contained in:
2020-09-24 19:29:43 +02:00
parent 4df5603222
commit e71457a49d
7 changed files with 69 additions and 18 deletions

View File

@@ -51,3 +51,31 @@ a {
color: inherit;
text-decoration: none;
}
ion-icon {
transform: translateY(0.2rem);
}
.progress {
box-sizing: border-box;
width: 100%;
position: relative;
background: #fff;
margin: 0.5em 0;
padding: 0.1em 0.5em;
border: 1px solid black;
}
.progress > span {
position: relative;
z-index: 1;
}
.progress > div {
height: 100%;
background: var(--clr-primary);
position: absolute;
top: 0;
left: 0;
z-index: 0;
}