|
|
|
@ -35,9 +35,8 @@ $subject-font-size: 14px |
|
|
|
|
align-items: center |
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 679px) |
|
|
|
|
grid-template-columns: 1fr 35px 30% |
|
|
|
|
grid-template-rows: auto 1fr |
|
|
|
|
grid-template-areas: "project actors reason" "title actors date" |
|
|
|
|
grid-template-columns: 50px 1fr 15% 15% |
|
|
|
|
grid-template-areas: "project project date date" "title title title title" "actors reason reason reason" |
|
|
|
|
|
|
|
|
|
&_unexpandable |
|
|
|
|
cursor: default |
|
|
|
@ -77,10 +76,7 @@ $subject-font-size: 14px |
|
|
|
|
&--reason-count |
|
|
|
|
background: #7f7f7f |
|
|
|
|
color: white |
|
|
|
|
border-radius: 10px |
|
|
|
|
font-size: 10px |
|
|
|
|
padding: 2px 5px |
|
|
|
|
font-weight: bold |
|
|
|
|
@include indicator-bubble |
|
|
|
|
|
|
|
|
|
&--title |
|
|
|
|
grid-area: title |
|
|
|
@ -91,14 +87,15 @@ $subject-font-size: 14px |
|
|
|
|
grid-area: reason |
|
|
|
|
@include text-shortener |
|
|
|
|
max-width: 100% |
|
|
|
|
@media screen and (max-width: 679px) |
|
|
|
|
justify-self: end |
|
|
|
|
|
|
|
|
|
&--date |
|
|
|
|
grid-area: date |
|
|
|
|
@include text-shortener(false) |
|
|
|
|
white-space: nowrap |
|
|
|
|
max-width: 100% |
|
|
|
|
@media screen and (max-width: 679px) |
|
|
|
|
justify-self: end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&--actors |
|
|
|
|
grid-area: actors |
|
|
|
|