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
b28b4bfb
Commit
b28b4bfb
authored
Jul 12, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: abstracts and revises form/notice UI
parent
c75041e1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
42 deletions
+43
-42
cms/static/sass/elements/_system-feedback.scss
+42
-0
cms/static/sass/elements/_system-help.scss
+1
-1
cms/static/sass/views/_account.scss
+0
-41
No files found.
cms/static/sass/elements/_system-feedback.scss
View file @
b28b4bfb
// studio - elements - system feedback
// ====================
// messages
.message
{
@extend
.t-copy-sub1
;
display
:
block
;
}
.message-status
{
display
:
none
;
@include
border-top-radius
(
2px
);
@include
box-sizing
(
border-box
);
border-bottom
:
2px
solid
$yellow-d2
;
margin
:
0
0
$baseline
0
;
padding
:
(
$baseline
/
2
)
$baseline
;
font-weight
:
500
;
background
:
$yellow-d1
;
color
:
$white
;
[
class
^=
"icon-"
]
{
position
:
relative
;
top
:
1px
;
@include
font-size
(
16
);
display
:
inline-block
;
margin-right
:
(
$baseline
/
2
);
}
.text
{
display
:
inline-block
;
}
&
.error
{
border-color
:
shade
(
$red
,
50%
);
background
:
tint
(
$red
,
20%
);
}
&
.is-shown
{
display
:
block
;
}
}
// alerts, notifications, prompts, and status communication
// ====================
...
...
cms/static/sass/elements/_system-help.scss
View file @
b28b4bfb
...
...
@@ -144,7 +144,7 @@
background-color
:
$gray-l4
;
.title
{
color
:
$gray-d
3
;
color
:
$gray-d
2
;
}
.copy
{
...
...
cms/static/sass/views/_account.scss
View file @
b28b4bfb
...
...
@@ -252,44 +252,3 @@ body.signup, body.signin {
}
}
}
// ====================
// messages
.message
{
@extend
.t-copy-sub1
;
display
:
block
;
}
.message-status
{
display
:
none
;
@include
border-top-radius
(
2px
);
@include
box-sizing
(
border-box
);
border-bottom
:
2px
solid
$yellow-d2
;
margin
:
0
0
$baseline
0
;
padding
:
(
$baseline
/
2
)
$baseline
;
font-weight
:
500
;
background
:
$yellow-d1
;
color
:
$white
;
[
class
^=
"icon-"
]
{
position
:
relative
;
top
:
1px
;
@include
font-size
(
16
);
display
:
inline-block
;
margin-right
:
(
$baseline
/
2
);
}
.text
{
display
:
inline-block
;
}
&
.error
{
border-color
:
shade
(
$red
,
50%
);
background
:
tint
(
$red
,
20%
);
}
&
.is-shown
{
display
:
block
;
}
}
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