update add tabs and styling
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
.container, .horizontalContainer, .patchesContainer {
|
||||||
|
border: solid 1pt slategrey;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@@ -5,7 +10,6 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 16pt;
|
padding: 16pt;
|
||||||
margin: 10pt;
|
margin: 10pt;
|
||||||
border: solid 1pt black;
|
|
||||||
width: 15%;
|
width: 15%;
|
||||||
height: 214px;
|
height: 214px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
@@ -22,9 +26,9 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 16pt 8pt 16pt 8pt;
|
padding: 16pt 8pt 16pt 8pt;
|
||||||
margin: 10pt;
|
margin: 10pt;
|
||||||
border: solid 1pt black;
|
|
||||||
width: 448px;
|
width: 448px;
|
||||||
height: 214px;
|
height: 214px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.patchesContainer {
|
.patchesContainer {
|
||||||
@@ -35,7 +39,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 16pt 8pt 16pt 8pt;
|
padding: 16pt 8pt 16pt 8pt;
|
||||||
margin: 10pt;
|
margin: 10pt;
|
||||||
border: solid 1pt black;
|
|
||||||
width: 680px;
|
width: 680px;
|
||||||
height: 214px;
|
height: 214px;
|
||||||
}
|
}
|
||||||
@@ -50,7 +53,11 @@
|
|||||||
|
|
||||||
.divider {
|
.divider {
|
||||||
height: 214px;
|
height: 214px;
|
||||||
width: 1px;
|
width: 2px;
|
||||||
background-color: black;
|
background-color:slategrey;
|
||||||
margin: 0 8pt;
|
margin: 0 8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.patchesContainer > .divider {
|
||||||
|
width: 4px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user