Merge branch 'developers-app-scaffolding' into 'develop'
Developers app scaffolding See merge request soapbox-pub/soapbox-fe!842
This commit is contained in:
commit
383b137bcc
5 changed files with 15 additions and 0 deletions
BIN
app/soapbox/features/developers/apps/create.js
Normal file
BIN
app/soapbox/features/developers/apps/create.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -30,6 +30,7 @@
|
|||
}
|
||||
|
||||
&__num,
|
||||
&__icon,
|
||||
&__text {
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
|
@ -39,6 +40,20 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
.svg-icon {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
||||
svg {
|
||||
stroke-width: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__label {
|
||||
font-size: 14px;
|
||||
color: hsla(var(--primary-text-color_hsl), 0.6);
|
||||
|
|
Loading…
Reference in a new issue