Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a0e3e7b3
Commit
a0e3e7b3
authored
Apr 10, 2012
by
jm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added 1 new color
parent
22bd9b94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
static/css/application.css
+0
-0
templates/sass/courseware/_amplifier.scss
+9
-2
No files found.
static/css/application.css
View file @
a0e3e7b3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
templates/sass/courseware/_amplifier.scss
View file @
a0e3e7b3
...
...
@@ -79,7 +79,7 @@ div.graph-controls, div#graph-listen {
font-weight
:
bold
;
padding
:
3px
;
}
//MOSFET AMPLIFIER
label
[
for
=
"vinCheckbox"
],
label
[
for
=
"vinRadioButton"
]
{
color
:
desaturate
(
#00bfff
,
50%
);
}
...
...
@@ -89,6 +89,13 @@ div.graph-controls, div#graph-listen {
label
[
for
=
"vrCheckbox"
],
label
[
for
=
"vrRadioButton"
]
{
color
:
desaturate
(
#1df914
,
40%
);
}
//RC Filters
label
[
for
=
"vcCheckbox"
],
label
[
for
=
"vcRadioButton"
]
{
color
:
darken
(
#ffcf48
,
20%
);
}
//RLC Series
label
[
for
=
"vlCheckbox"
],
label
[
for
=
"vlRadioButton"
]
{
color
:
desaturate
(
#d33682
,
40%
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment