File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/vuetify/src/components/VBtn Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 50
50
position : relative
51
51
text-decoration : none
52
52
text-indent : $btn-letter-spacing
53
- text-transform : uppercase
53
+ text-transform : $ btn-text-transform
54
54
transition-duration : $btn-transition-duration
55
55
transition-property : box- shadow, transform, opacity
56
56
transition-timing-function : $btn-transition-fn
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ $btn-icon-padding: 12px !default;
11
11
$btn-letter-spacing : .0892857143em !default ;
12
12
$btn-outline-border-width : thin !default ;
13
13
$btn-rounded-border-radius : 28px !default ;
14
+ $btn-text-transform : uppercase !default ;
14
15
$btn-transition-duration : 0.28s !default ;
15
16
$btn-transition-fn : map-get ($transition , ' fast-out-slow-in' ) !default ;
16
17
$btn-transition : opacity 0.2s map-get ($transition , ' ease-in-out' ) !default ;
You can’t perform that action at this time.
0 commit comments