mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 00:12:35 +02:00
Rework boarder style
This commit is contained in:
parent
c131e9c5aa
commit
eaeb4d0622
@ -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 {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user