Skip to content

Commit 56dc14a

Browse files
committed
chore: refine layout and content of the project
1 parent 320b3e4 commit 56dc14a

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

examples-standalone/kendoangular-landing-page/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"styles": [
3131
{
32-
"input": "node_modules/@progress/kendo-theme-default/dist/default-ocean-blue-a11y.scss"
32+
"input": "node_modules/@progress/kendo-theme-default/dist/default-ocean-blue.scss"
3333
},
3434
"src/styles.css"
3535
],

examples-standalone/kendoangular-landing-page/src/app/components/header/bottom-right/bottom-right.component.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ kendo-formfield {
1616

1717
.k-radio-list-horizontal {
1818
display: flex;
19+
flex-flow: row wrap;
1920
gap: 1rem;
2021
}
22+
.k-radio-list-horizontal input[type="radio"] {
23+
margin-right: -0.65rem;
24+
}
2125

2226
.k-radio:checked,
2327
.k-radio.k-checked {

examples-standalone/kendoangular-landing-page/src/app/components/header/bottom-right/bottom-right.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
[attr.id]="'water-' + item.value"
3939
/>
4040
<kendo-label
41-
class="k-radio-label"
41+
class="k-form-label"
4242
[for]="'water-' + item.value"
4343
[text]="item.label"
4444
></kendo-label>

examples-standalone/kendoangular-landing-page/src/app/components/header/transactions-dashboard/transactions-dashboard.component.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,11 @@
7878

7979
.k-sort-icon {
8080
color: #5777EA!important;
81+
}
82+
.k-master-row,
83+
.k-table-row {
84+
--kendo-line-height: 4px;
85+
}
86+
.k-pager-numbers button {
87+
width: 30px;
8188
}

examples-standalone/kendoangular-landing-page/src/app/components/header/transactions-dashboard/transactions-dashboard.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[navigable]="true"
1212
[height]="302"
1313
[style.width.px]="586"
14-
size="small"
14+
1515
scrollable="none"
1616
>
1717
<kendo-grid-column field="time" title="Time" [width]="97"></kendo-grid-column>

0 commit comments

Comments
 (0)