1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: add important to styles

This commit is contained in:
FredrikOseberg 2025-08-14 16:03:21 +02:00
parent 89b0814d0f
commit 181a1b416d
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0

View File

@ -73,7 +73,7 @@ main {
display: flex; display: flex;
justify-content: center; justify-content: center;
position: relative; position: relative;
background-color: #eaeaed; background-color: #eaeaed !important;
} }
main .container { main .container {
@ -129,7 +129,7 @@ main .container {
width: 100%; width: 100%;
padding: 0 0.5rem; padding: 0 0.5rem;
} }
main .container { main .container {
border-radius: 0; border-radius: 0;
} }
@ -137,9 +137,9 @@ main .container {
/* Welcome page specific styles */ /* Welcome page specific styles */
.docs-doc-id-welcome main .container { .docs-doc-id-welcome main .container {
background-color: transparent; background-color: transparent !important;
} }
.docs-doc-id-welcome main .theme-doc-breadcrumbs { .docs-doc-id-welcome main .theme-doc-breadcrumbs {
display: none; display: none !important;
} }