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

Commit e38f1c9

Browse files
fix(date and time sass): Add convertied sass files for time-picker updates from #1120 (#1127)
1 parent 9e2006c commit e38f1c9

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

src/sass/converted/patternfly/_time-picker.scss

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66
content: "Today";
77
}
88
&.timepicker-sbs {
9-
.datepicker, .accordion-toggle {
10-
border-right: 1px solid $color-pf-black-300;
11-
}
12-
.timepicker {
13-
padding-left: 0;
14-
margin-top: 50px;
15-
}
16-
.picker-switch {
17-
width: 50%;
9+
@media (min-width: $screen-md-min) {
10+
.datepicker, .accordion-toggle {
11+
border-right: 1px solid $color-pf-black-300;
12+
}
13+
.timepicker {
14+
padding-left: 0;
15+
margin-top: 50px;
16+
}
17+
.picker-switch {
18+
width: 50%;
19+
}
1820
}
1921
}
2022
a[data-action] {

src/sass/converted/rcue/_time-picker.scss

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66
content: "Today";
77
}
88
&.timepicker-sbs {
9-
.datepicker, .accordion-toggle {
10-
border-right: 1px solid $color-pf-black-300;
11-
}
12-
.timepicker {
13-
padding-left: 0;
14-
margin-top: 50px;
15-
}
16-
.picker-switch {
17-
width: 50%;
9+
@media (min-width: $screen-md-min) {
10+
.datepicker, .accordion-toggle {
11+
border-right: 1px solid $color-pf-black-300;
12+
}
13+
.timepicker {
14+
padding-left: 0;
15+
margin-top: 50px;
16+
}
17+
.picker-switch {
18+
width: 50%;
19+
}
1820
}
1921
}
2022
a[data-action] {

0 commit comments

Comments
 (0)