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);
|
2019-06-11 14:10:58 -04:00
|
|
|
|
2019-06-27 02:18:45 -04:00
|
|
|
.icon {
|
2019-11-22 16:13:00 -05:00
|
|
|
margin-bottom: -1px;
|
2019-06-27 02:18:45 -04:00
|
|
|
}
|
|
|
|
|
2019-06-17 16:32:38 -04:00
|
|
|
& > *:not(:last-child) {
|
|
|
|
margin-right: var(--spacing-small);
|
2019-06-11 14:10:58 -04:00
|
|
|
}
|
|
|
|
|
2019-12-18 00:27:08 -05:00
|
|
|
@media (max-width: $breakpoint-xsmall) {
|
2019-06-11 14:10:58 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2019-06-17 16:32:38 -04:00
|
|
|
|
|
|
|
.file-properties--large {
|
|
|
|
flex-wrap: wrap;
|
2019-07-21 17:31:22 -04:00
|
|
|
margin-bottom: var(--spacing-large);
|
2019-06-17 16:32:38 -04:00
|
|
|
|
|
|
|
& > * {
|
|
|
|
margin-top: var(--spacing-small);
|
|
|
|
}
|
|
|
|
}
|