[#41849] added some spacings after QA of UIX

pull/10800/head
Eric Schubert 2 years ago
parent 53e2cecaf7
commit e533606265
No known key found for this signature in database
GPG Key ID: 1D346C019BD4BAA2
  1. 6
      frontend/src/global_styles/content/work_packages/tabs/_files.sass

@ -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

Loading…
Cancel
Save