diff --git a/frontend/src/app/shared/components/project-include/project-include.component.sass b/frontend/src/app/shared/components/project-include/project-include.component.sass index 5a0d99f846..c2bfa00970 100644 --- a/frontend/src/app/shared/components/project-include/project-include.component.sass +++ b/frontend/src/app/shared/components/project-include/project-include.component.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 diff --git a/frontend/src/app/spot/styles/sass/common/body.sass b/frontend/src/app/spot/styles/sass/common/body.sass index a8f5303d03..0dac15aec1 100644 --- a/frontend/src/app/spot/styles/sass/common/body.sass +++ b/frontend/src/app/spot/styles/sass/common/body.sass @@ -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 diff --git a/frontend/src/app/spot/styles/sass/components/action-bar.sass b/frontend/src/app/spot/styles/sass/components/action-bar.sass index 6b383b58b1..0b136acc65 100644 --- a/frontend/src/app/spot/styles/sass/components/action-bar.sass +++ b/frontend/src/app/spot/styles/sass/components/action-bar.sass @@ -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,