Rework boarder style

This commit is contained in:
KM-R 2024-01-10 22:43:05 +01:00
parent c131e9c5aa
commit eaeb4d0622
3 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,9 @@
.selection-header { .selection-header {
float: left; float: left;
background-color: var(--paynes-gray); background-color: var(--paynes-gray);
border: 1px solid;
width: 100%; width: 100%;
box-sizing: border-box;
} }
.selection-header .selection-header-title { .selection-header .selection-header-title {

View File

@ -10,7 +10,9 @@
.header-wrapper { .header-wrapper {
float:left; float:left;
background-color: var(--raisin-black); background-color: var(--raisin-black);
border: 1px solid;
width: 100%; width: 100%;
box-sizing: border-box;
overflow: visible; overflow: visible;
min-height: 77px; min-height: 77px;
} }

View File

@ -3,6 +3,7 @@
margin-top: 10px; margin-top: 10px;
border: 1px solid; border: 1px solid;
width: 100%; width: 100%;
box-sizing: border-box;
} }
.tabs .tab-style { .tabs .tab-style {