Skip to content

Commit

Permalink
OBS-389: replace transpile hard-code LESS vars with CSS custom proper…
Browse files Browse the repository at this point in the history
…ties
  • Loading branch information
toufali committed Dec 10, 2024
1 parent 903dadd commit d414138
Show file tree
Hide file tree
Showing 31 changed files with 964 additions and 343 deletions.
6 changes: 3 additions & 3 deletions webapp/crashstats/api/static/api/css/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ a.expand-list {
padding: 3px;
}
input.error {
border: 2px solid #d70022;
border: 2px solid var(--red);
}
/* things that are hidden by default */
div.test-drive,
Expand All @@ -31,7 +31,7 @@ img.loading-ajax,
display: none;
}
.status-error {
color: #d70022;
color: var(--red);
font-weight: bold;
}
p.helptext {
Expand All @@ -52,7 +52,7 @@ form.testdrive td ul li {
}
.deprecation-warning {
font-weight: bold;
color: #ff9400;
color: var(--orange);
}
p.deprecation-warning {
text-transform: uppercase;
Expand Down
Loading

0 comments on commit d414138

Please sign in to comment.