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
d8133c3a
Commit
d8133c3a
authored
Jul 12, 2017
by
Ibrahim Ahmed
Committed by
GitHub
Jul 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15523 from edx/ibrahimahmed443/WL-1079-minor-styling-issues
fix styling issues in program details page
parents
aee1b7f4
1b14d301
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
lms/static/sass/views/_program-marketing-page.scss
+14
-7
No files found.
lms/static/sass/views/_program-marketing-page.scss
View file @
d8133c3a
...
...
@@ -154,6 +154,11 @@
background
:
linear-gradient
(
to
bottom
,
#008100
0%
,
#0a570a
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#008100'
,
endColorstr
=
'#0a570a'
,
GradientType
=
0
);
border
:
0
;
&
:hover
{
background
:
-moz-linear-gradient
(
top
,
#006200
0%
,
#006200
100%
);
background
:
-webkit-linear-gradient
(
top
,
#006200
0%
,
#006200
100%
);
background
:
linear-gradient
(
to
bottom
,
#006200
0%
,
#006200
100%
);
}
}
}
}
...
...
@@ -584,8 +589,8 @@
p
,
ul
{
color
:
#4a4a4a
;
font-size
:
.85em
;
color
:
$dark-gray1
!
important
;
font-size
:
1em
!
important
;
line-height
:
1
.5em
;
margin-bottom
:
15px
;
...
...
@@ -605,7 +610,9 @@
li
{
padding-left
:
0
!
important
;
color
:
#4a4a4a
;
+
div
{
color
:
$dark-gray1
;
}
}
}
}
...
...
@@ -1044,7 +1051,7 @@
@extend
.tbl-col
;
display
:
block
;
width
:
100%
;
color
:
palette
(
primary
,
dark
)
;
color
:
$dark-gray1
!
important
;
line-height
:
1
.4em
;
@media
(
min-width
:
768px
)
{
...
...
@@ -1069,7 +1076,7 @@
}
&
:first-child
{
color
:
palette
(
primary
,
dark
)
;
color
:
$dark-gray1
!
important
;
margin-bottom
:
5px
;
@media
(
max-width
:
767px
)
{
margin-bottom
:
0
;
...
...
@@ -1080,7 +1087,7 @@
}
@media
(
min-width
:
768px
)
{
width
:
48%
;
color
:
palette
(
primary
,
dark
)
;
color
:
$dark-gray1
!
important
;
margin-bottom
:
0
;
font-size
:
1
.024em
;
}
...
...
@@ -1204,7 +1211,7 @@
&
+
div
{
padding
:
10px
30px
;
font-size
:
1rem
;
color
:
$
black
;
color
:
$
dark-gray1
!
important
;
}
}
&
.expanded
{
...
...
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