lbry-desktop/src/ui/scss/component/_file-properties.scss

24 lines
363 B
SCSS
Raw Normal View History

2019-06-11 20:10:58 +02:00
.file-properties {
display: flex;
position: relative;
align-items: center;
2019-06-17 22:32:38 +02:00
& > *:not(:last-child) {
margin-right: var(--spacing-small);
2019-06-11 20:10:58 +02:00
}
@media (max-width: 600px) {
display: none;
}
}
2019-06-17 22:32:38 +02:00
.file-properties--large {
flex-wrap: wrap;
font-size: 18px;
margin: var(--spacing-small) 0;
& > * {
margin-top: var(--spacing-small);
}
}