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
2b80c619
Commit
2b80c619
authored
Sep 27, 2016
by
Chris
Committed by
GitHub
Sep 27, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13520 from edx/clrux/ac-586-course-card-contrast
AC-586 adding min-height and bg color for contrast
parents
af841336
dadd7195
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
lms/static/sass/views/_homepage.scss
+7
-6
No files found.
lms/static/sass/views/_homepage.scss
View file @
2b80c619
...
...
@@ -55,18 +55,20 @@ $learn-more-horizontal-position: calc(50% - 100px); // calculate the left positi
.learn-more
{
@include
left
(
$learn-more-horizontal-position
);
@include
box-sizing
(
border-box
);
@include
line-height
(
28
);
@extend
%ui-depth2
;
position
:
absolute
;
top
:
(
$baseline
*
2
.75
);
opacity
:
0
;
border
:
3px
solid
$white
;
border-radius
:
3px
;
padding
:
0
$baseline
;
width
:
(
$baseline
*
10
);
height
:
(
$baseline
*
2
.5
);
text-align
:
center
;
border-color
:
$uxpl-blue-base
;
border-radius
:
3px
;
background
:
$uxpl-blue-base
;
color
:
$white
;
line-height
:
(
$baseline
*
2
.5
);
text-align
:
center
;
opacity
:
0
;
text-transform
:
none
;
}
}
...
...
@@ -171,4 +173,3 @@ $learn-more-horizontal-position: calc(50% - 100px); // calculate the left positi
@include
omega
(
4n
);
}
}
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