File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22@import " strapless/base/scss/base" ;
33@import " bs4-shim" ;
44
5+ $enable-framework : false !default ;
6+
57$btn-padding-x : (space-x (md ) * 1rem ) !default ;
68$btn-padding-y : (space-y (md ) * 1rem ) !default ;
79$btn-line-height : $line-height-base !default ;
Original file line number Diff line number Diff line change 11@import " buttons-variables" ;
22@import " buttons-mixins" ;
33
4+ @if not ($enable-framework ) {
5+ @import " license" ;
6+ }
7+
48.btn {
59 position : relative ;
610 display : inline-flex ;
Original file line number Diff line number Diff line change 1+ /* !
2+ * StrapLess Buttons v1.0 (http://github.com/strapless/buttons)
3+ * Inspiration from (https://getbootstrap.com) and (https://material.io/components/web/catalog/buttons)
4+ * Licensed under MIT (https://github.com/strapless/buttons/blob/master/LICENSE)
5+ */
You can’t perform that action at this time.
0 commit comments