-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OBS-388: transpile LESS files to CSS
- Loading branch information
Showing
51 changed files
with
3,907 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Oops, something went wrong.