V2 von Brett her

This commit is contained in:
Lars Westermann 2019-06-08 19:39:45 +02:00
parent 2b29093086
commit 743e57395a
Signed by: lars.westermann
GPG key ID: 9D417FA5BB9D5E1D
7 changed files with 109 additions and 109 deletions

View file

@ -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)
}

View file

@ -97,6 +97,7 @@ a {
display: block;
position: relative;
padding-left: 2.5rem;
width: 8rem;
&::after {
content: '';