Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Add styling to twitter button
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhaslett committed Dec 9, 2015
1 parent 3d71219 commit 074e091
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions client/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ body {
}

.o-buttons {
border-radius: 12px;
border-radius: 10px;
font-family: MetricWeb;
font-size: 1.3em;
font-size: 1.4em;
line-height: 1.1em;
height: 55px;
width: 75%;
height: 45px;
width: 85%;
margin-top: 8px;
background-color: #af516c;
border-width: 0px;
padding-top: 3px;
padding-top: 9px;
@include oGridRespondTo(S) {
border-radius: 10px;
font-size: 1.7em;
Expand Down Expand Up @@ -276,12 +276,11 @@ main {
display: block;
margin: 0 auto;
width: 250px;
border-radius: 6px;
border-radius: 8px;
background: #ddd;
background: linear-gradient(to bottom,#fff,#dfdfdf);
background: linear-gradient(to bottom,#bb6d82,#af516c);
border: 1px solid #ccc;
color: #43423e!important;
text-shadow: 0 1px #fff;
color: #ffffff!important;
font-size: 16px;
font-weight: 700;
text-align: center;
Expand Down

0 comments on commit 074e091

Please sign in to comment.