Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1423 from mozilla/ayushbtns
Browse files Browse the repository at this point in the history
Bug 1172465 - border-radius should be applied to all buttons
  • Loading branch information
ngokevin committed Aug 6, 2015
2 parents cf541fb + a089586 commit cec5766
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/media/css/buttons-loadmore.styl
Expand Up @@ -11,6 +11,7 @@ $loadmore-desktop-width = 300px;
width: 100%;

.button {
border-radius: 5px;
display: block;
margin: auto;
padding: 0;
Expand Down
2 changes: 2 additions & 0 deletions src/media/css/buttons.styl
Expand Up @@ -52,6 +52,7 @@ $btn-install-font-size = 12px;
height: $btn-tiny;
}
&.s {
border-radius: 5px;
height: $btn-small;
}
&.l {
Expand All @@ -76,6 +77,7 @@ $btn-install-font-size = 12px;
}

a.button {
border-radius: 5px;
padding-top: 17px;

&.t {
Expand Down
3 changes: 2 additions & 1 deletion src/media/css/newsletter.styl
Expand Up @@ -76,7 +76,7 @@ $arrow-size = 10px;
.error-message {
background-color: $action-error;
border: 1px solid darken($action-error, 50%);
border-radius: 2px;
border-radius: 5px;
color: $white;
display: inline-block;
margin-bottom: $arrow-size;
Expand Down Expand Up @@ -206,6 +206,7 @@ $arrow-size = 10px;
.newsletter-cancel-button {
width: auto;
margin: 0;
border-radius: 5px;
}
.newsletter-footer {
border-bottom: 1px solid $footer-border;
Expand Down

0 comments on commit cec5766

Please sign in to comment.