Fix .vpv-toolbar-wrapper border-top-color value
This commit is contained in:
parent
dfe939a2e8
commit
6d70187cb9
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
||||||
/* Toolbar */
|
/* Toolbar */
|
||||||
.vpv-container .vpv-toolbar-wrapper {
|
.vpv-container .vpv-toolbar-wrapper {
|
||||||
border-bottom-width: 0 !important;
|
border-bottom-width: 0 !important;
|
||||||
border-top: 1px solid var(--color-700);
|
border-top: 1px solid var(--color-grey-700);
|
||||||
padding-left: 1rem !important;
|
padding-left: 1rem !important;
|
||||||
height: 4.5rem !important; /* --vpv-toolbar-size */
|
height: 4.5rem !important; /* --vpv-toolbar-size */
|
||||||
background-color: var(--color-black) !important; /* --vpv-toolbar-background-color */
|
background-color: var(--color-black) !important; /* --vpv-toolbar-background-color */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue