|
|
|
@ -44,6 +44,7 @@ |
|
|
|
|
word-break: normal |
|
|
|
|
overflow: hidden |
|
|
|
|
text-overflow: ellipsis |
|
|
|
|
padding-right: $spot_spacing-0-5 |
|
|
|
|
|
|
|
|
|
.op-files-tab--file-list-item-text |
|
|
|
|
@include spot-caption() |
|
|
|
@ -73,6 +74,7 @@ |
|
|
|
|
&--storage-info-box |
|
|
|
|
margin-top: 0.875rem |
|
|
|
|
display: grid |
|
|
|
|
align-items: center |
|
|
|
|
grid-template: "icon text" "button button" / auto 1fr |
|
|
|
|
|
|
|
|
|
.spot-icon.big |
|
|
|
@ -81,6 +83,7 @@ |
|
|
|
|
width: 3.375rem |
|
|
|
|
height: 3.375rem |
|
|
|
|
font-size: 1.25rem |
|
|
|
|
margin-right: $spot_spacing-0-5 |
|
|
|
|
|
|
|
|
|
.text-box |
|
|
|
|
grid-area: text |
|
|
|
@ -99,6 +102,9 @@ |
|
|
|
|
display: flex |
|
|
|
|
justify-content: end |
|
|
|
|
|
|
|
|
|
> .button_no-margin |
|
|
|
|
margin-top: $spot_spacing-0-75 |
|
|
|
|
|
|
|
|
|
&--icon |
|
|
|
|
&_pdf |
|
|
|
|
color: #B93A33 |
|
|
|
|