vendor/assets/stylesheets/magic/content/_buttons.scss in magic_stylez-0.0.0.27 vs vendor/assets/stylesheets/magic/content/_buttons.scss in magic_stylez-0.0.0.28

- old
+ new

@@ -8,11 +8,11 @@ .btn-splited, .btn-divided { display: table; width: auto; width: 100%; // margin: 0 0 10px; - padding: 0; + margin: 0; padding: 0; & > * { display: table-cell; position: relative; padding: $padding-base-vertical $padding-base-horizontal; font-size: inherit; line-height: inherit; @@ -76,10 +76,19 @@ border-right: none; } } } +// Vertically space out multiple block buttons +.btn-block + .btn-block { + margin-top: 10px; +} +.btn-splited + .btn-splited, .btn-splited + .btn-divided, .btn-divided + .btn-splited, .btn-divided + .btn-divided { + margin-top: 10px; +} + + // // Social - Buttons // .btn-app, .btn-google, .btn-facebook, .btn-twitter, .btn-paypal, .btn-app-nice, .btn-google-nice, .btn-facebook-nice, .btn-twitter-nice, .btn-paypal-nice { @@ -172,9 +181,24 @@ } .btn-paypal-nice { @include btn-with-gradient($btn-paypal-color, $paypal-gradient-top, $paypal-gradient-bottom, $btn-paypal-border); } +.btn-link { + color: $link-color !important; + background-color: transparent !important; + border-color: transparent !important; + &:hover, + &:focus, + &:active, + &.active, + .open > &.dropdown-toggle { + color: $link-hover-color !important; + background-color: transparent !important; + border-color: transparent !important; + background-image: none; + } +} // # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # \ No newline at end of file