mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 05:08:08 +00:00
🐛 Fix Uppercase on add token button (#7314)
This commit is contained in:
parent
b56f237780
commit
90a80c4b63
@ -4,10 +4,10 @@
|
||||
//
|
||||
// Copyright (c) KALEIDOS INC
|
||||
|
||||
@use "../ds/typography.scss" as t;
|
||||
@import "refactor/common-refactor.scss";
|
||||
|
||||
.title-bar {
|
||||
@include headlineSmallTypography;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@ -31,13 +31,14 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
@include t.use-typography("headline-small");
|
||||
color: var(--title-color);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.title-only {
|
||||
color: var(--title-color);
|
||||
@include t.use-typography("headline-small");
|
||||
--title-bar-title-margin: #{$s-8};
|
||||
color: var(--title-color);
|
||||
margin-inline-start: var(--title-bar-title-margin);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user