Commit f8589e4d by alisan617 Committed by GitHub

Merge pull request #13714 from edx/alisan/bookmark-btn-TNL5734

Bookmarks button style fix
parents 2112e7f8 69b5a4ad
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
// ---------------------------- // ----------------------------
// #GLOBALS // #GLOBALS
// ---------------------------- // ----------------------------
%btn { %btn-shims {
display: inline-block; display: inline-block;
border-style: $btn-border-style; border-style: $btn-border-style;
border-radius: $btn-border-radius; border-radius: $btn-border-radius;
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
// #DEFAULT // #DEFAULT
// ---------------------------- // ----------------------------
.btn-default { .btn-default {
@extend %btn; @extend %btn-shims;
border-color: $btn-default-border-color; border-color: $btn-default-border-color;
background: $btn-default-background; background: $btn-default-background;
color: $btn-default-color; color: $btn-default-color;
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
// #BRAND // #BRAND
// ---------------------------- // ----------------------------
.btn-brand { .btn-brand {
@extend %btn; @extend %btn-shims;
border-color: $btn-brand-border-color; border-color: $btn-brand-border-color;
background: $btn-brand-background; background: $btn-brand-background;
color: $btn-brand-color; color: $btn-brand-color;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment