2019-09-15 18:26:51 +02:00
|
|
|
.boardContainer {
|
2019-09-16 12:22:30 +02:00
|
|
|
@extend
|
|
|
|
|
.d-flex,
|
|
|
|
|
.justify-content-between,
|
|
|
|
|
.align-items-start;
|
|
|
|
|
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
2019-09-19 19:06:22 +02:00
|
|
|
@include media-breakpoint-down(sm) {
|
2019-09-05 13:51:17 +02:00
|
|
|
flex-direction: column;
|
|
|
|
|
|
2019-09-19 19:39:16 +02:00
|
|
|
.postStatusFilterContainer {
|
|
|
|
|
flex-direction: row !important;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-19 19:06:22 +02:00
|
|
|
.postList { width: 100%; }
|
2019-09-05 13:51:17 +02:00
|
|
|
}
|
|
|
|
|
|
2019-09-19 16:42:43 +02:00
|
|
|
.newBoardContainer {
|
|
|
|
|
background-color: $astuto-grey;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
.boardTitle {
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-16 12:22:30 +02:00
|
|
|
.postStatusListItemContainer {
|
|
|
|
|
@extend
|
|
|
|
|
.d-flex,
|
|
|
|
|
.align-self-stretch;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postStatusListItemLink {
|
|
|
|
|
@extend
|
|
|
|
|
.flex-grow-1;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-15 18:26:51 +02:00
|
|
|
.postStatusListItem {
|
2019-09-16 12:22:30 +02:00
|
|
|
@extend
|
|
|
|
|
.p-1;
|
|
|
|
|
|
2019-09-15 18:26:51 +02:00
|
|
|
height: 40px;
|
2019-09-03 12:58:44 +02:00
|
|
|
|
2019-09-15 18:26:51 +02:00
|
|
|
&:hover {
|
2019-09-19 16:42:43 +02:00
|
|
|
filter: brightness(90%);
|
2019-09-03 12:58:44 +02:00
|
|
|
cursor: pointer;
|
2019-09-19 16:42:43 +02:00
|
|
|
}
|
2019-09-03 12:58:44 +02:00
|
|
|
|
2019-09-19 16:42:43 +02:00
|
|
|
span.badge {
|
|
|
|
|
display: block; font-size: 15px;
|
2019-09-03 12:58:44 +02:00
|
|
|
}
|
2019-09-15 18:26:51 +02:00
|
|
|
}
|
2019-09-03 12:58:44 +02:00
|
|
|
|
2019-09-15 18:26:51 +02:00
|
|
|
.resetFilter {
|
2019-09-16 12:22:30 +02:00
|
|
|
@extend
|
|
|
|
|
.flex-grow-0,
|
|
|
|
|
.flex-shrink-0,
|
2019-09-19 16:42:43 +02:00
|
|
|
.rounded-circle,
|
2019-09-16 12:22:30 +02:00
|
|
|
.align-self-center,
|
|
|
|
|
.p-0;
|
|
|
|
|
|
2019-09-15 18:26:51 +02:00
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
2019-09-16 12:22:30 +02:00
|
|
|
}
|
2019-09-03 12:58:44 +02:00
|
|
|
|
2019-09-16 12:22:30 +02:00
|
|
|
.postList {
|
|
|
|
|
@extend
|
|
|
|
|
.d-flex,
|
|
|
|
|
.flex-column,
|
|
|
|
|
.flex-grow-1;
|
2019-09-03 12:58:44 +02:00
|
|
|
}
|
2019-09-02 19:26:34 +02:00
|
|
|
|
2019-09-15 18:26:51 +02:00
|
|
|
.postListItem {
|
2019-09-16 12:22:30 +02:00
|
|
|
@extend
|
2019-09-19 16:42:43 +02:00
|
|
|
.card3D,
|
2019-09-16 12:22:30 +02:00
|
|
|
.d-flex,
|
2019-09-27 18:19:13 +02:00
|
|
|
.flex-row,
|
|
|
|
|
.justify-content-start,
|
2019-10-02 16:57:32 +02:00
|
|
|
.mb-3,
|
2019-09-19 16:42:43 +02:00
|
|
|
.p-3;
|
|
|
|
|
|
|
|
|
|
height: 140px;
|
2019-09-27 18:19:13 +02:00
|
|
|
color: $astuto-black;
|
|
|
|
|
|
2019-11-25 23:01:19 +01:00
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-27 18:19:13 +02:00
|
|
|
&:hover { cursor: pointer; }
|
|
|
|
|
|
|
|
|
|
.postContainer {
|
|
|
|
|
@extend
|
|
|
|
|
.d-flex,
|
|
|
|
|
.flex-column,
|
|
|
|
|
.justify-content-between;
|
|
|
|
|
}
|
2019-09-19 16:42:43 +02:00
|
|
|
}
|
2019-09-16 12:22:30 +02:00
|
|
|
|
2019-09-19 16:42:43 +02:00
|
|
|
.postTitle {
|
|
|
|
|
@extend
|
|
|
|
|
.font-weight-bold;
|
2019-09-15 18:26:51 +02:00
|
|
|
}
|
2019-09-16 12:22:30 +02:00
|
|
|
|
|
|
|
|
.postDetails {
|
|
|
|
|
@extend
|
|
|
|
|
.d-flex,
|
2019-09-19 16:42:43 +02:00
|
|
|
.justify-content-start,
|
2019-09-16 12:22:30 +02:00
|
|
|
.text-uppercase;
|
2019-09-19 16:42:43 +02:00
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
|
@extend .mr-2;
|
|
|
|
|
}
|
2019-09-16 12:22:30 +02:00
|
|
|
}
|
2019-09-02 14:32:57 +02:00
|
|
|
}
|