Upload/dismiss all custom fonts at once

This commit is contained in:
Alejandro Alonso 2022-01-12 09:56:54 +01:00 committed by Andrey Antukh
parent 04f5a6a9f9
commit 090dbfda10
4 changed files with 52 additions and 2 deletions

View file

@ -56,7 +56,6 @@
}
.font-item {
margin-top: $size-5;
color: $color-gray-40;
font-size: $fs14;
background-color: $color-white;
@ -164,6 +163,10 @@
.upload-button {
width: 100px;
}
.btn-secondary {
margin-left: 10px;
}
}
.dashboard-fonts-hero {