Browse Source

fix(contacts): fix add button styles

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

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

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

Loading…
Cancel
Save