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:
parent
89b0814d0f
commit
181a1b416d
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user