2019-06-11 14:10:58 -04:00
|
|
|
.file-properties {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
align-items: center;
|
2019-11-22 16:13:00 -05:00
|
|
|
font-size: var(--font-small);
|
|
|
|
color: var(--color-text-help);
|
2020-06-01 13:03:19 -04:00
|
|
|
margin-left: var(--spacing-m);
|
2020-02-11 13:19:09 -05:00
|
|
|
white-space: nowrap;
|
2019-06-11 14:10:58 -04:00
|
|
|
|
2019-06-17 16:32:38 -04:00
|
|
|
& > *:not(:last-child) {
|
2020-06-01 13:03:19 -04:00
|
|
|
margin-right: var(--spacing-s);
|
2019-06-11 14:10:58 -04:00
|
|
|
}
|
|
|
|
}
|
2019-06-17 16:32:38 -04:00
|
|
|
|
2020-05-21 11:38:28 -04:00
|
|
|
.file-properties--large {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin-left: 0;
|
|
|
|
|
|
|
|
& > * {
|
2020-06-01 13:03:19 -04:00
|
|
|
margin-top: var(--spacing-s);
|
2020-05-21 11:38:28 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-01-29 10:26:39 -05:00
|
|
|
.file-properties--small {
|
|
|
|
font-size: var(--font-xsmall);
|
2020-01-29 11:21:25 -05:00
|
|
|
line-height: 1.2;
|
2020-01-29 11:38:46 -05:00
|
|
|
margin-left: 0;
|
2020-05-11 11:54:39 -04:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.tag {
|
2020-08-04 13:50:33 -04:00
|
|
|
@media (max-width: $breakpoint-xsmall) {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-05-11 11:54:39 -04:00
|
|
|
font-size: var(--font-xsmall);
|
|
|
|
}
|
2020-01-29 11:21:25 -05:00
|
|
|
|
|
|
|
& > *:not(:last-child) {
|
2020-06-01 13:03:19 -04:00
|
|
|
margin-right: var(--spacing-xxs);
|
2020-01-29 11:21:25 -05:00
|
|
|
}
|
2020-01-29 10:26:39 -05:00
|
|
|
}
|