Add independent variables for btn width and style

This commit is contained in:
Bill Searle 2019-03-14 15:00:55 +11:00 committed by GitHub
parent 102c342e6e
commit d60f64c040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@
white-space: nowrap;
text-align: center;
background-image: none;
border: @border-width-base @border-style-base transparent;
border: @btn-border-width @btn-border-style transparent;
box-shadow: @btn-shadow;
cursor: pointer;
transition: all 0.3s @ease-in-out;