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
3439b8f2
Commit
3439b8f2
authored
Feb 23, 2012
by
Reda Lemeden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed sup and sub styling + amplifier label colors
parent
2d6fa279
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletions
+22
-1
sass/base/_reset.scss
+1
-1
sass/courseware/_amplifier.scss
+21
-0
No files found.
sass/base/_reset.scss
View file @
3439b8f2
...
...
@@ -10,7 +10,7 @@ html, body, div, span, object, iframe,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
abbr
,
address
,
cite
,
code
,
del
,
dfn
,
em
,
img
,
ins
,
kbd
,
q
,
samp
,
small
,
strong
,
sub
,
sup
,
var
,
small
,
strong
,
var
,
b
,
i
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
...
...
sass/courseware/_amplifier.scss
View file @
3439b8f2
...
...
@@ -71,3 +71,24 @@ div#schematic-container {
}
//End JM MOSFET AMPLIFIER
// Labels
div
.graph-controls
,
div
#graph-listen
{
label
{
@include
border-radius
(
2px
);
font-weight
:
bold
;
padding
:
3px
;
}
label
[
for
=
"vinCheckbox"
],
label
[
for
=
"vinRadioButton"
]
{
color
:
desaturate
(
#00bfff
,
50%
);
}
label
[
for
=
"voutCheckbox"
],
label
[
for
=
"voutRadioButton"
]
{
color
:
darken
(
#ffcf48
,
20%
);
}
label
[
for
=
"vrCheckbox"
],
label
[
for
=
"vrRadioButton"
]
{
color
:
desaturate
(
#1df914
,
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