Skip to content

Commit

Permalink
fixup! Delete no longer needed components
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiatek committed Dec 14, 2023
1 parent 12f3412 commit 31bc8d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
28 changes: 0 additions & 28 deletions preview/app/views/components/uptime.html.erb

This file was deleted.

6 changes: 0 additions & 6 deletions preview/app/views/pages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@
<li>
<a href="/components/feature-footer">Feature footer</a>
</li>
<li>
<a href="/components/showcase">Showcase</a>
</li>
<li>
<a href="/components/footer">Footer</a>
</li>
<li>
<a href="/components/code">Code</a>
</li>
<li>
<a href="/components/uptime">Uptime</a>
</li>
<li>
<a href="/components/flash">Flash</a>
</li>
Expand Down
7 changes: 0 additions & 7 deletions src/core/styles/properties.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@
--syntax-red: #d54e53;
--syntax-lilac: #bb87d3;

/* uptime status colors */
--uptime-color-up: #39b54a;
--uptime-color-trouble: #e87623;
--uptime-color-down: #e6242c;

/* flat colors for social icons */
--icon-color-linkedin: #1269bf;
--icon-color-twitter: #2caae1;
Expand Down Expand Up @@ -279,7 +274,5 @@

/* Expose component values for cross-component usage */
--ui-meganav-height: 4rem;
--ui-showcase-client-logo-min-width: 8.75rem; /* 140px at 16px base*/
--ui-showcase-client-logo-max-width: 15rem; /* 240px at 16px base*/
}
}

0 comments on commit 31bc8d9

Please sign in to comment.