Skip to content

Commit

Permalink
Latest build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dananji committed Nov 29, 2023
1 parent c621213 commit 624f500
Show file tree
Hide file tree
Showing 9 changed files with 1,942 additions and 1,263 deletions.
1,056 changes: 638 additions & 418 deletions dist/ramp.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ramp.cjs.min.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ramp.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
.ramp--error-message__alert {
display: flex;
justify-content: space-between;
padding: 1rem;
background-color: rgba(224, 16, 26, 0.2);
border-radius: 0.25rem; }

.ramp--error-message__message {
padding: 12px 20px; }

.ramp--error-message__reset-button {
background-color: #2A5459;
color: white !important;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: medium; }

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
[class*='ramp--'] {
font-family: "Open Sans", sans-serif;
Expand Down
Loading

0 comments on commit 624f500

Please sign in to comment.