Skip to content

Commit

Permalink
OBS-388: transpile LESS files to CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
toufali committed Dec 10, 2024
1 parent 4e6d51c commit 903dadd
Show file tree
Hide file tree
Showing 51 changed files with 3,907 additions and 16 deletions.
59 changes: 59 additions & 0 deletions webapp/crashstats/api/static/api/css/documentation.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* Photon Colors Less Variables v3.0.1 */
p.url {
margin: 15px;
font-size: 1.6em;
}
p.url code {
padding-left: 25px;
}
div.run-test {
text-align: right;
margin: 10px;
}
a.collapse-list,
a.expand-list {
text-decoration: none;
font-weight: bold;
padding: 3px;
}
input.error {
border: 2px solid #d70022;
}
/* things that are hidden by default */
div.test-drive,
button.close,
.status-error,
img.loading-ajax,
.binary-response-warning {
display: none;
}
.status-error {
color: #d70022;
font-weight: bold;
}
p.helptext {
background-color: #ffffff;
padding: 6px;
}
.title h2 a {
text-decoration: none;
}
p.required-permission {
float: right;
margin: 0;
}
/* These are the little widgets for boolean choices */
form.testdrive td ul li {
display: inline;
margin-right: 10px;
}
.deprecation-warning {
font-weight: bold;
color: #ff9400;
}
p.deprecation-warning {
text-transform: uppercase;
}
Loading

0 comments on commit 903dadd

Please sign in to comment.