Browse Source

fix(contacts): fix add button styles

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

7
app/routes/contacts/components/Contacts.scss

@ -32,6 +32,9 @@
.newFriendButton {
box-shadow: none;
transition: all 0.25s;
padding-top: 12px;
padding-bottom: 10px;
font-size: 14px;
&:hover {
background: darken($main, 10%);
@ -42,8 +45,8 @@
vertical-align: top;
&:nth-child(1) svg {
width: 16px;
height: 16px;
width: 14px;
height: 14px;
margin-right: 5px;
}
}

Loading…
Cancel
Save