Skip to content

Commit

Permalink
fix: css logical rules
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrBulanek authored Dec 13, 2024
1 parent ac717dd commit 62c7539
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@
.bee-st-title-heading {
font-size: rem(32px);
font-weight: 600;
margin-bottom: $spacing-05;
margin-block-end: $spacing-05;
}

.bee-st-title-description {
font-size: rem(16px);
line-height: calc(22 / 16);
margin-bottom: $spacing-08;
margin-block-end: $spacing-08;
}
}

Expand Down Expand Up @@ -740,7 +740,7 @@
transition-behavior: allow-discrete;
}

#root:has(.stApp[data-test-script-state="running"]) ~ & {
#root:has(.stApp[data-test-script-state='running']) ~ & {
opacity: 1;
pointer-events: all;

Expand All @@ -757,8 +757,8 @@

.spinner {
position: absolute;
left: 50%;
top: 50%;
inset-inline-start: 50%;
inset-block-start: 50%;
transform: translate(-50%, -50%);
z-index: 9999;
}
Expand Down

0 comments on commit 62c7539

Please sign in to comment.