Skip to content

Commit 93edff8

Browse files
committed
fix(samples): formatting
1 parent fa04339 commit 93edff8

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

src/app/data-entries/buttons/buttons-style/layout.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
:host {
66
::ng-deep {
77
@include button($flat: flat-button-theme($schema: $light-bootstrap-schema),
8-
$contained: contained-button-theme($schema: $light-bootstrap-schema),
9-
$outlined: outlined-button-theme($schema: $light-bootstrap-schema),
10-
$fab: fab-button-theme($schema: $light-bootstrap-schema));
8+
$contained: contained-button-theme($schema: $light-bootstrap-schema),
9+
$outlined: outlined-button-theme($schema: $light-bootstrap-schema),
10+
$fab: fab-button-theme($schema: $light-bootstrap-schema));
1111
@include button.component();
1212
}
1313
}
@@ -30,8 +30,8 @@
3030
}
3131

3232
[igxbutton] {
33-
--ig-button-font-weight: 400;
34-
--ig-button-text-transform: capitalize;
33+
--ig-button-font-weight: 400;
34+
--ig-button-text-transform: capitalize;
3535
min-height: 1.5rem;
3636
outline: rem(1px) solid #fff;
3737
}

src/app/data-entries/radio/radio-styling-sample/layout.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
@include radio(radio-theme($schema: $_radio-schema));
99
@include radio.component();
1010

11-
// Note: This is not the standard approach for styling the component.
12-
// We're using it here solely to mirror the UI5 sample.
11+
// Note: This is not the standard approach for styling the component.
12+
// We're using it here solely to mirror the UI5 sample.
1313
.igx-radio--checked .igx-radio__composite::after {
1414
--fill-color: #556b81;
1515
}
1616

1717
.igx-radio__composite::after,
18-
.igx-radio__composite::before,
19-
.igx-radio__composite {
18+
.igx-radio__composite::before,
19+
.igx-radio__composite {
2020
width: 1.125rem;
2121
height: 1.125rem;
2222
}

src/app/data-entries/switch/switch-styling/layout.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
@include switch(switch-theme($schema: $_switch-schema));
99
@include switch.component();
1010

11-
// Note: This is not the standard approach for styling the component.
12-
// We're using it here solely to mirror the UI5 sample.
11+
// Note: This is not the standard approach for styling the component.
12+
// We're using it here solely to mirror the UI5 sample.
1313
igx-switch:hover .igx-switch__thumb {
1414
--border-hover-color: #fff;
1515
}
@@ -18,14 +18,14 @@
1818
width: 2.75rem;
1919
height: 1.25rem;
2020
padding-left: 0.125rem;
21-
}
21+
}
2222

2323
.igx-switch__composite-thumb {
2424
width: 1.60rem;
2525
height: 1rem;
2626
min-width: 1.60rem;
2727
transform: translateX(-0.5px);
28-
}
28+
}
2929

3030
.igx-switch__thumb {
3131
width: 1.60rem;

src/app/layouts/card/card-styling-sample/card-styling-sample.component.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ igx-card {
1515
}
1616

1717
igx-avatar {
18-
--background: transparent;
19-
--size: #{rem(30px)};
18+
--background: transparent;
19+
--size: #{rem(30px)};
2020
}
2121

2222
.igx-card-header {
23-
--ig-h6-font-size: 1rem;
24-
--ig-body-1-font-size: 0.875rem;
23+
--ig-h6-font-size: 1rem;
24+
--ig-body-1-font-size: 0.875rem;
2525
}
2626

2727
.igx-card-header__subtitle {
28-
--ig-subtitle-2-font-weight: 400;
29-
--ig-subtitle-2-line-height: #{rem(28px)};
30-
--ig-subtitle-2-letter-spacing: #{rem(0.5px)};
31-
--subtitle-text-color: rgba(0, 0, 0, 0.45);
32-
margin: 0.5rem 0 1rem;
28+
--ig-subtitle-2-font-weight: 400;
29+
--ig-subtitle-2-line-height: #{rem(28px)};
30+
--ig-subtitle-2-letter-spacing: #{rem(0.5px)};
31+
--subtitle-text-color: rgba(0, 0, 0, 0.45);
32+
margin: 0.5rem 0 1rem;
3333
}
3434

3535
igx-chip {

0 commit comments

Comments
 (0)