Update brett
This commit is contained in:
parent
d52ada1726
commit
0026643a0a
11 changed files with 197 additions and 71 deletions
|
@ -22,6 +22,17 @@
|
|||
&:first-child {
|
||||
width: 70%;
|
||||
float: left;
|
||||
overflow: visible;
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -1rem;
|
||||
bottom: 0;
|
||||
left: 100%;
|
||||
margin-left: 1rem;
|
||||
border-right: solid 1px var(--table-border-color);
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
|
@ -38,6 +49,16 @@
|
|||
& > div {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
top: 100%;
|
||||
margin-top: 0.5rem;
|
||||
border-bottom: solid 1px var(--table-border-color);
|
||||
}
|
||||
}
|
||||
|
||||
.board-content {
|
||||
|
@ -71,10 +92,23 @@
|
|||
border-bottom: solid 1px var(--table-border-color);
|
||||
width: calc(50% - 1rem);
|
||||
margin-left: 1rem;
|
||||
position: relative;
|
||||
|
||||
&:nth-last-child(1), &:nth-last-child(2) {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.board-schedule-clock {
|
||||
position: absolute;
|
||||
left: 1rem;
|
||||
top: 0;
|
||||
display: none;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
&.board-schedule-running .board-schedule-clock {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.board-schedule-color {
|
||||
|
|
|
@ -504,7 +504,7 @@
|
|||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 3rem;
|
||||
top: 0.1rem;
|
||||
bottom: 0;
|
||||
width: 1px;
|
||||
border-right: solid 1px var(--primary-color);
|
||||
|
@ -514,7 +514,7 @@
|
|||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 3rem;
|
||||
top: 0.1rem;
|
||||
transform: scale(0.5, 1) rotate(45deg);
|
||||
transform-origin: right;
|
||||
border-bottom: solid 0.4rem var(--primary-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue