vendor/assets/stylesheets/magic/content/_inputs.scss in magic_stylez-0.0.0.85 vs vendor/assets/stylesheets/magic/content/_inputs.scss in magic_stylez-0.0.0.86
- old
+ new
@@ -127,19 +127,9 @@
// [converter] extracted textarea& to textarea.form-control
}
-
-.btn-xl, .btn-group-xl > .btn {
- padding: 12px 20px;
- font-size: 24px;
- line-height: 1.33;
- border-radius: round($border-radius-large * 1.2);
-}
-
-
-
// Reset height for `textarea`s
textarea.form-control {
height: auto;
height: $line-height-computed * 2 + $padding-base-vertical * 2;
width: 100% !important;