Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 6a13805

Browse files
style: font size
1 parent 17cf0e2 commit 6a13805

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

studio/src/app/components/editor/app-stock-photos/app-stock-photos.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ div.photos-container {
3434
right: 0;
3535
background: rgba(var(--ion-color-dark-rgb), 0.4);
3636
padding: 4px 8px;
37-
font-size: var(--font-size-very-small);
37+
font-size: var(--deckgo-stock-photos-font-size, var(--font-size-very-small));
3838
color: white;
3939

4040
a {

studio/src/app/popovers/editor/app-image/app-image.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-image {
22
@import "../../../../global/theme/editor/editor-info";
3-
3+
44
h2 {
55
color: var(--ion-color-primary);
66
}
@@ -33,5 +33,6 @@ app-image {
3333

3434
app-stock-photos {
3535
--deckgo-stock-photos-padding: 4px;
36+
--deckgo-stock-photos-font-size: calc(var(--font-size-very-small) - 4px);
3637
}
3738
}

0 commit comments

Comments
 (0)