Merge pull request #10317 from opf/fix/41224-drop-modal-heading-spacings

Fix drop modal spacings once more
pull/10327/head
Henriette Darge 3 years ago committed by GitHub
commit 095d948427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/app/shared/components/project-include/project-include.component.sass
  2. 2
      frontend/src/app/spot/styles/sass/common/body.sass
  3. 2
      frontend/src/app/spot/styles/sass/components/action-bar.sass

@ -10,7 +10,7 @@
display: flex
justify-content: space-between
align-items: center
margin: $spot-spacing-0_5
margin: $spot-spacing-1
&--title
margin: 0

@ -11,7 +11,7 @@
> .spot-caption,
> .spot-text-field,
> .spot-list
margin: $spot-spacing-0_5
margin: $spot-spacing-0_5 $spot-spacing-1
&:first-child
margin-top: $spot-spacing-1

@ -3,7 +3,7 @@
flex-direction: row
flex-wrap: nowrap
justify-content: space-between
padding: $spot-spacing-0_75
padding: $spot-spacing-1
background-color: $spot-color-basic-gray-6
&--left,

Loading…
Cancel
Save