mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
🐛 Fix tutorial button style
This commit is contained in:
parent
6ed1d223bf
commit
625f99c933
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
@extend .button-primary;
|
@extend .button-primary;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-size: $fs-14;
|
||||||
|
font-weight: $fw400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
|
|
Loading…
Add table
Reference in a new issue