Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Jul 20, 2024
1 parent 619ab22 commit 1c875bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ dist/
#docs-*
docs-*/

examples/

# dependencies
node_modules/

Expand Down
2 changes: 1 addition & 1 deletion src/scss/_orbit-class_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

.orbit, [class*='orbit-']:not(.orbit-zone) {
border: 1px solid var(--o-gray);
border: 1px solid transparent;
}
2 changes: 1 addition & 1 deletion src/scss/_segment_theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.segment {
border: none;
background: var(--o-color-black);
background: var(--o-gray-light);
}
2 changes: 1 addition & 1 deletion src/scss/_spoke_theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.spoke {
border: none;
background: var(--o-color-black);
background: var(--o-gray-light);
}
2 changes: 1 addition & 1 deletion src/scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ o-progress.rounded,o-label.rounded {
}

.dev-orbit * {
border: 0.1 dashed var(--o-cyan) !important;
border: 1px dashed var(--o-cyan) !important;
}

0 comments on commit 1c875bf

Please sign in to comment.