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 {
float: left;
background-color: var(--paynes-gray);
border: 1px solid;
width: 100%;
box-sizing: border-box;
}
.selection-header .selection-header-title {

View File

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

View File

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