Browse Source

fix(contacts): update contacts styles

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
e9b5acd70f
  1. 7
      app/components/Contacts/ContactModal.scss

7
app/components/Contacts/ContactModal.scss

@ -6,7 +6,6 @@
justify-content: space-between; justify-content: space-between;
align-items: flex-end; align-items: flex-end;
background: $lightgrey; background: $lightgrey;
margin-bottom: 30px;
padding: 20px; padding: 20px;
.status { .status {
@ -42,7 +41,11 @@
} }
} }
.title { .container .title {
margin: 0;
padding: 30px 20px;
background: $lightgrey;
h1 { h1 {
color: $secondary; color: $secondary;
font-weight: bold; font-weight: bold;

Loading…
Cancel
Save