Skip to content

Commit

Permalink
Merge pull request #868 from trimble-oss/dev/coliff/update-styles
Browse files Browse the repository at this point in the history
Update Styles
  • Loading branch information
coliff committed Jun 12, 2024
2 parents 9f58a63 + c186c79 commit 02f5e58
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
20.14.0
2 changes: 1 addition & 1 deletion assets/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ h6 {
}

// underline links
main a:not(.btn-text-primary) {
main a:not(.btn-text-primary, .dropdown-item, .btn, .page-link, .nav-link) {
text-decoration: underline;
}

Expand Down
10 changes: 5 additions & 5 deletions content/components/web/inputs/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ There are two sizes of input fields defined:
<div class="guide-example-block d-inline-block">
<div class="guide-sample">
<div class="form-group mb-4">
<label for="focusInput">In Focus</label>
<label for="focusInput" class="form-label">In Focus</label>
<input
class="form-control focus pe-none"
id="focusInput"
Expand All @@ -94,7 +94,7 @@ There are two sizes of input fields defined:
<small class="text-muted">Helper Text</small>
</div>
<div class="form-group mb-4">
<label for="validInput">Valid Input</label>
<label for="validInput" class="form-label">Valid Input</label>
<input
class="form-control is-valid pe-none active"
id="validInput"
Expand All @@ -109,7 +109,7 @@ There are two sizes of input fields defined:
<div class="valid-feedback">Valid Feedback</div>
</div>
<div class="form-group mb-4">
<label for="invalidInput">Invalid Input</label>
<label for="invalidInput" class="form-label">Invalid Input</label>
<input
class="form-control is-invalid pe-none"
id="invalidInput"
Expand All @@ -124,7 +124,7 @@ There are two sizes of input fields defined:
<div class="invalid-feedback">Invalid Feedback</div>
</div>
<div class="form-group mb-5">
<label for="disabledInput">Disabled Input</label>
<label for="disabledInput" class="form-label">Disabled Input</label>
<input class="form-control pe-none"
id="disabledInput"
disabled
Expand All @@ -137,7 +137,7 @@ There are two sizes of input fields defined:
data-css-inspector-show=""/>
</div>
<div class="form-group mb-4">
<label for="ReadonlyInput">Readonly Input</label>
<label for="ReadonlyInput" class="form-label">Readonly Input</label>
<input class="form-control pe-none"
id="ReadonlyInput"
readonly
Expand Down
9 changes: 4 additions & 5 deletions content/components/web/introduction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ Use these patterns if your application runs in a browser on a desktop computer,

## Modus Web UI Kits

Modus Web UI Kits are available for [Figma](/figma/) and [Adobe XD](/adobe-xd/) for designers.
Modus Web UI Kits are available for [Figma](/figma/) for designers.

## Supported Frameworks

Web patterns and components are currently available in three frameworks:
Web patterns and components are currently available in two frameworks:

- [Bootstrap](https://modus-bootstrap.trimble.com)
- [React Bootstrap](https://modus-react-bootstrap.trimble.com)
- [Web Components](https://modus-web-components.trimble.com/?path=/story/introduction-welcome--page)
- [Modus Bootstrap](https://modus-bootstrap.trimble.com)
- [Modus Web Components](https://modus-web-components.trimble.com/?path=/story/introduction-welcome--page)

You may also find links to relevant implementations on the right nav within each component.

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"engines": {
"node": ">=18"
},
"volta": {
"node": "20.14.0"
},
"scripts": {
"start": "npm run serve",
"build": "npm-run-all lint-css && npx hugo",
Expand Down

0 comments on commit 02f5e58

Please sign in to comment.