We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be77783 commit bf80a67Copy full SHA for bf80a67
projects/igniteui-angular/src/lib/core/styles/components/calendar/_calendar-theme.scss
@@ -645,11 +645,12 @@
645
646
%cal-value-content {
647
position: relative;
648
+ display: inline-flex;
649
+ justify-content: center;
650
+ align-items: center;
651
width: $cal-value-w;
652
height: $cal-value-h;
653
min-width: 2ch;
- line-height: $cal-value-h;
- text-align: center;
654
border-radius: --var($theme, 'date-border-radius');
655
z-index: 0;
656
// transition: background .15s ease-out;
@@ -944,7 +945,6 @@
944
945
946
%cal-header-date {
947
@include igx-type-style($type-scale, $header-date) {
- line-height: rem(42px);
948
margin: 0;
949
}
950
0 commit comments