diff --git a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss
index 51521af1e6e4dfbd020f1eb0adea21ea1a373acd..f3f475174dd2ede5ef4e0736568ff570268146d8 100644
--- a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss
+++ b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss
@@ -76,7 +76,6 @@
   &.already-selected {
     background: $grey-8;
     border-color: $grey-8;
-    background: $grey-8;
 
     .sticker {
       @include lato-regular-10;
diff --git a/src/app/shared/components/button/button.component.scss b/src/app/shared/components/button/button.component.scss
index 61843219e10479b594c46d61a0e1ba84e5649cfe..1ba789e55da9632cf7f36ed7277d9e62674b2eef 100644
--- a/src/app/shared/components/button/button.component.scss
+++ b/src/app/shared/components/button/button.component.scss
@@ -79,7 +79,6 @@ button {
       align-items: center;
       justify-content: center;
       background: $primary-color;
-      text-align: center;
       margin: auto;
       color: $white;
       width: auto;
@@ -97,7 +96,6 @@ button {
       text-align: center;
       align-items: center;
       justify-content: center;
-      text-align: center;
       margin: auto;
       color: $grey-1;
       width: auto;
@@ -264,7 +262,6 @@ button {
     white-space: nowrap;
     overflow: hidden;
     display: inline-block;
-    white-space: nowrap;
   }
   &.unchecked {
     background: $grey-1;
diff --git a/src/app/structure-list/components/structure-list-search/structure-list-search.component.scss b/src/app/structure-list/components/structure-list-search/structure-list-search.component.scss
index 0161aa2313bb7923ebfa333cbaf5d7fbf3c5aea3..6b0c60d2b63c2553059431d7f6d14d3959a4d88a 100644
--- a/src/app/structure-list/components/structure-list-search/structure-list-search.component.scss
+++ b/src/app/structure-list/components/structure-list-search/structure-list-search.component.scss
@@ -31,7 +31,6 @@
     height: 36px;
     border-radius: 50px;
     margin-right: 0.25rem;
-    height: 40px;
     @media #{$large-desktop} {
       width: 300px;
       min-width: 250px;
diff --git a/src/assets/scss/_buttons.scss b/src/assets/scss/_buttons.scss
index dd4b0cc2337916cbd040ce1a80b5ff73a4f1830d..66066b31b3e184a65c8beee0b50dcd339b0b9625 100644
--- a/src/assets/scss/_buttons.scss
+++ b/src/assets/scss/_buttons.scss
@@ -49,7 +49,6 @@
   outline: none;
 }
 @mixin btn-grey {
-  border: 1px solid $grey-4;
   box-sizing: border-box;
   border-radius: 6px;
   background: $white;
@@ -75,7 +74,6 @@
   border-radius: 4px;
   outline: none;
   cursor: pointer;
-  border: 0;
   color: $white;
   height: 40px;
   width: 192px;