V2 von Brett her
This commit is contained in:
parent
2b29093086
commit
743e57395a
7 changed files with 109 additions and 109 deletions
|
@ -28,18 +28,15 @@
|
|||
padding: 0 0.4rem;
|
||||
|
||||
&:nth-child(1) {
|
||||
flex-grow: 4;
|
||||
|
||||
padding-left: 0.15rem;
|
||||
padding-right: 0.15rem;
|
||||
flex-grow: 5;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
flex-grow: 3;
|
||||
flex-grow: 4;
|
||||
}
|
||||
|
||||
&:nth-child(3) {
|
||||
flex-grow: 3;
|
||||
flex-grow: 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -66,59 +63,53 @@
|
|||
}
|
||||
|
||||
.board-schedule-box {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 0.5rem;
|
||||
padding: 1rem;
|
||||
padding-bottom: 0.5rem;
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
}
|
||||
|
||||
.board-card-header {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: 600;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.board-schedule {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
min-width: 15rem;
|
||||
|
||||
padding: 0.6rem;
|
||||
margin: 0 0.25rem 0.5rem;
|
||||
line-height: 1.3rem;
|
||||
height: 2rem;
|
||||
|
||||
&:not(:last-child) {
|
||||
border-bottom: solid 1px var(--table-border-color)
|
||||
}
|
||||
}
|
||||
|
||||
.board-schedule-bottom {
|
||||
display: block;
|
||||
padding-left: 1rem;
|
||||
padding-right: 0.5rem;
|
||||
line-height: 1rem;
|
||||
clear: both;
|
||||
.board-schedule-color {
|
||||
width: 1.2rem;
|
||||
|
||||
& > span {
|
||||
|
||||
&:first-child {
|
||||
float: left;
|
||||
}
|
||||
&:last-child {
|
||||
float: right;
|
||||
}
|
||||
span {
|
||||
display: block;
|
||||
background-color: var(--primary-color);
|
||||
width: 0.8rem;
|
||||
height: 0.8rem;
|
||||
border-radius: 100%;
|
||||
margin-top: 0.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.board-schedule-color {
|
||||
background-color: var(--primary-color);
|
||||
position: absolute;
|
||||
top: 1.25rem;
|
||||
left: 0.6rem;
|
||||
width: 0.8rem;
|
||||
height: 0.8rem;
|
||||
border-radius: 100%;
|
||||
.board-schedule-time {
|
||||
width: 7rem;
|
||||
color: var(--text-secondary-color)
|
||||
}
|
||||
|
||||
.board-schedule-name {
|
||||
display: block;
|
||||
padding-left: 1rem;
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: 600;
|
||||
padding-top: 0.35rem;
|
||||
padding-bottom: 0.35rem;
|
||||
.board-schedule-room {
|
||||
width: 4rem;
|
||||
text-align: right;
|
||||
color: var(--text-secondary-color)
|
||||
}
|
|
@ -97,6 +97,7 @@ a {
|
|||
display: block;
|
||||
position: relative;
|
||||
padding-left: 2.5rem;
|
||||
width: 8rem;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue