Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 2712003

Browse files
sryzyckiThomasBurleson
authored andcommitted
fix(datePicker): ensure one is able to override default sass variables values
Closes #7329
1 parent 7a15750 commit 2712003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/datepicker/datePicker.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** Styles for mdDatepicker. */
2-
$md-datepicker-button-gap: 12px; // Space between the text input and the calendar-icon button.
3-
$md-datepicker-border-bottom-gap: 5px; // Space between input and the grey underline.
4-
$md-datepicker-open-animation-duration: 0.2s;
5-
$md-datepicker-triangle-button-width: 36px;
2+
$md-datepicker-button-gap: 12px !default; // Space between the text input and the calendar-icon button.
3+
$md-datepicker-border-bottom-gap: 5px !default; // Space between input and the grey underline.
4+
$md-datepicker-open-animation-duration: 0.2s !default;
5+
$md-datepicker-triangle-button-width: 36px !default;
66

77
md-datepicker {
88
// Don't let linebreaks happen between the open icon-button and the input.

0 commit comments

Comments
 (0)