mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 10:46:12 +02:00
🐛 Fix typographies in update modal
This commit is contained in:
parent
b41b3de46d
commit
18fc08d418
4 changed files with 17 additions and 10 deletions
|
@ -28,7 +28,7 @@
|
|||
width: 100%;
|
||||
.tab-container-tab-title {
|
||||
@include flexCenter;
|
||||
@include uppercaseTitleTipography;
|
||||
@include headlineSmallTypography;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0 $s-8;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
.title,
|
||||
.title-only,
|
||||
.inspect-title {
|
||||
@include uppercaseTitleTipography;
|
||||
@include headlineSmallTypography;
|
||||
display: grid;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
@import "refactor/common-refactor.scss";
|
||||
|
||||
// Library
|
||||
// Library modal
|
||||
.modal-overlay {
|
||||
@extend .modal-overlay-base;
|
||||
}
|
||||
|
@ -122,8 +122,8 @@
|
|||
}
|
||||
|
||||
.section-title {
|
||||
@include bodyLargeTypography;
|
||||
color: var(--modal-title-foreground-color);
|
||||
@include headlineSmallTypography;
|
||||
color: var(--title-foreground-color);
|
||||
margin-bottom: $s-12;
|
||||
}
|
||||
|
||||
|
@ -226,7 +226,7 @@
|
|||
|
||||
.item-update {
|
||||
@extend .button-primary;
|
||||
@include uppercaseTitleTipography;
|
||||
@include headlineSmallTypography;
|
||||
height: $s-32;
|
||||
min-width: $s-92;
|
||||
padding: $s-8 $s-24;
|
||||
|
@ -238,7 +238,7 @@
|
|||
}
|
||||
|
||||
.item-contents {
|
||||
@include bodyLargeTypography;
|
||||
@include bodyMediumTypography;
|
||||
color: var(--library-content-foreground-color);
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
@ -310,6 +310,6 @@
|
|||
|
||||
.primary-button {
|
||||
@extend .button-primary;
|
||||
@include uppercaseTitleTipography;
|
||||
@include headlineSmallTypography;
|
||||
padding: $s-0 $s-16;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue