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
17f3970f
Commit
17f3970f
authored
Oct 26, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: resolves styling issues for button UI in verification flows
parent
90ad5743
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lms/static/sass/multicourse/_dashboard.scss
+1
-1
lms/static/sass/views/_verification.scss
+6
-2
No files found.
lms/static/sass/multicourse/_dashboard.scss
View file @
17f3970f
...
@@ -537,7 +537,7 @@
...
@@ -537,7 +537,7 @@
background
:
$verified-color-lvl5
;
background
:
$verified-color-lvl5
;
.action-upgrade
{
.action-upgrade
{
@extend
%btn-
verify-primary
;
@extend
%btn-
primary-green
;
@include
clearfix
();
@include
clearfix
();
span
{
span
{
...
...
lms/static/sass/views/_verification.scss
View file @
17f3970f
...
@@ -269,12 +269,16 @@
...
@@ -269,12 +269,16 @@
// elements - controls
// elements - controls
.action-primary
{
.action-primary
{
@extend
%btn-primary-blue
;
@extend
%btn-primary-blue
;
border
:
none
;
// needed for override due to .register a:link styling
border
:
0
!
important
;
color
:
$white
!
important
;
}
}
.action-confirm
{
.action-confirm
{
@extend
%btn-verify-primary
;
@extend
%btn-verify-primary
;
border
:
none
;
// needed for override due to .register a:link styling
border
:
0
!
important
;
color
:
$white
!
important
;
}
}
// ====================
// ====================
...
...
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