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
c7648bc4
Commit
c7648bc4
authored
Jul 25, 2012
by
kylefiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #297 from MITx/arjun/minor_css_fixes
change activation complete green and add styles for faq
parents
1d5e42f1
cdea9488
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
3 deletions
+21
-3
lms/static/sass/base/_extends.scss
+3
-3
lms/static/sass/multicourse/_course_about.scss
+18
-0
No files found.
lms/static/sass/base/_extends.scss
View file @
c7648bc4
...
...
@@ -85,7 +85,7 @@
}
.success-message-colors
{
background
:
rgb
(
99
,
236
,
137
);
border
:
1px
solid
rgb
(
17
,
202
,
54
);
color
:
rgb
(
35
,
143
,
14
);
background
:
rgb
(
19
,
159
,
58
);
border
:
1px
solid
rgb
(
6
,
65
,
18
);
color
:
rgb
(
255
,
255
,
255
);
}
lms/static/sass/multicourse/_course_about.scss
View file @
c7648bc4
...
...
@@ -273,6 +273,24 @@
}
}
}
.faq
{
@include
clearfix
;
.responses
{
float
:
left
;
}
.response
{
margin-bottom
:
40px
;
h3
{
font-family
:
$sans-serif
;
font-weight
:
700
;
margin-bottom
:
15px
;
}
}
}
}
}
...
...
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