We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3eb55b commit 3ce147eCopy full SHA for 3ce147e
2 files changed
lms/static/styles/_components.scss
@@ -8,7 +8,7 @@
8
@apply fixed left-[5px] top-[5px] right-[5px];
9
@apply flex items-center;
10
@apply bg-white border-[2px] border-solid border-yellow-notice;
11
- @apply p-3;
+ padding: 0.75rem;
12
13
// In case the frontend app does load (partially or fully),
14
// raise the banner above any content that it renders.
lms/static/styles/frontend_apps.css
@@ -51,7 +51,7 @@
51
52
@apply border-[2px] border-solid border-yellow-notice;
53
background-color: white;
54
55
56
/* In case the frontend app does load (partially or fully),
57
raise the banner above any content that it renders. */
0 commit comments