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
992b36e7
Commit
992b36e7
authored
Aug 29, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Verified: adds initial registration choice error styling
parent
db8a8100
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
6 deletions
+28
-6
lms/static/sass/views/_verification.scss
+28
-6
No files found.
lms/static/sass/views/_verification.scss
View file @
992b36e7
...
...
@@ -179,11 +179,7 @@
// ====================
// elements : help
.help
{
}
// UI: help
.help-item
{
.title
{
...
...
@@ -196,8 +192,34 @@
}
}
.list-help
{
// ====================
// UI: error
.wrapper-msg-error
{
width
:
flex-grid
(
12
,
12
);
border-radius
:
(
$baseline
/
5
);
margin-bottom
:
$baseline
;
padding
:
$baseline
(
$baseline
*
1
.25
);
box-shadow
:
0
2px
1px
0
tint
(
$red
,
90%
);
background
:
$red
;
.msg-error
{
@include
clearfix
();
.title
{
@extend
.t-title5
;
@extend
.t-weight4
;
margin-bottom
:
(
$baseline
/
2
);
border-bottom
:
(
$baseline
/
10
)
solid
tint
(
$red
,
35%
);
padding-bottom
:
(
$baseline
/
2
);
color
:
tint
(
$red
,
90%
);
}
.copy
{
@extend
.t-copy-base
;
color
:
tint
(
$red
,
65%
);
}
}
}
// ====================
...
...
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