tapedrive icon indicating copy to clipboard operation
tapedrive copied to clipboard

Global SCSS styling for elements

Open janw opened this issue 6 years ago • 0 comments

Currently I use on-element classes to add project-wide button stylings that are different from default-bootstrap styling. This should be done globally via the given SCSS variables, for example for

Buttons

  @include button-size($btn-padding-y, $btn-padding-x, $font-size-base, $btn-line-height, $btn-border-radius);
  @include transition($btn-transition);

Button Color

janw avatar May 15 '18 18:05 janw