Update: New button design

This commit is contained in:
nizune
2021-07-05 23:49:57 +02:00
parent fd57f81118
commit e64bffde22
4 changed files with 58 additions and 7 deletions

View File

@@ -34,6 +34,7 @@
display: flex;
align-items: center;
flex-direction: row;
margin-bottom: 5px;
> svg {
flex-shrink: 0;
@@ -42,10 +43,20 @@
.detail {
flex-grow: 1;
.subtext {
display: inline;
margin: 0.4em 0;
font-size: 14px;
font-weight: 600;
color: var(--foreground);
text-transform: uppercase;
}
}
p {
margin: 0;
font-size: 1rem;
color: var(--tertiary-foreground);
}
}