Skip to content

Commit

Permalink
chore: update java client app styles (#4430)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmariomenev authored Oct 17, 2024
1 parent c60b17d commit 2e759a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"styles": [
{
"input": "node_modules/@progress/kendo-theme-default/dist/all.css"
"input": "node_modules/@progress/kendo-theme-default/dist/default-ocean-blue-a11y.css"
},
"src/styles.css"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ kendo-upload {
}

a {
color: #ff6358;
text-decoration: none;
}

a:hover {
color: var(--kendo-color-primary);
text-decoration: underline;
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="content-container">
<h3>Fetching Data from the Server</h3>
<p>
<a href="https://www.telerik.com/kendo-angular-ui/components/grid/"
>Grid component</a
Expand Down Expand Up @@ -71,6 +72,7 @@
</kendo-grid-command-column>
</kendo-grid>

<h3>Upload Files to the Server</h3>
<div class="row">
<div class="info">
<p>
Expand All @@ -79,8 +81,8 @@
</p>
<p>
It is a richer version of an
<code><![CDATA[<input type="file" />]]></code> element and
supports model binding, templates, forms, and more.
<code>&lt;input type="file" /&gt;</code> element and supports
model binding, templates, forms, and more.
</p>
<p>
For more information check the
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/* You can add global styles to this file, and also import other style files */
body {
font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
font-size: 16px;
}

0 comments on commit 2e759a6

Please sign in to comment.