Merge branch 'developers-app-scaffolding' into 'develop'

Developers app scaffolding

See merge request soapbox-pub/soapbox-fe!842
This commit is contained in:
Alex Gleason 2021-11-02 05:36:25 +00:00
commit 383b137bcc
5 changed files with 15 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -30,6 +30,7 @@
} }
&__num, &__num,
&__icon,
&__text { &__text {
text-align: center; text-align: center;
font-weight: 500; font-weight: 500;
@ -39,6 +40,20 @@
margin-bottom: 10px; margin-bottom: 10px;
} }
&__icon {
display: flex;
justify-content: center;
.svg-icon {
width: 48px;
height: 48px;
svg {
stroke-width: 1px;
}
}
}
&__label { &__label {
font-size: 14px; font-size: 14px;
color: hsla(var(--primary-text-color_hsl), 0.6); color: hsla(var(--primary-text-color_hsl), 0.6);