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
d2f0d850
Commit
d2f0d850
authored
Jun 19, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - adds in basic rules for notices UI
parent
2c72fa9e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
0 deletions
+52
-0
cms/static/sass/elements/_system-help.scss
+39
-0
cms/static/sass/views/_settings.scss
+6
-0
common/static/sass/_mixins.scss
+7
-0
No files found.
cms/static/sass/elements/_system-help.scss
View file @
d2f0d850
// studio - elements - system help
// ====================
// notices - in-context: to be used as notices to users within the context of a form/action
.notice-incontext
{
@extend
.ui-well
;
.title
{
@extend
.t-title7
;
margin-bottom
:
(
$baseline
/
4
);
font-weight
:
600
;
[
class
^=
"icon-"
]
{
@extend
.t-icon5
;
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
4
);
}
}
.copy
{
@extend
.t-copy-sub2
;
}
strong
{
font-weight
:
600
;
}
}
// particular warnings around a workflow for something
.notice-workflow
{
background
:
$yellow-l5
;
.copy
{
color
:
$gray-d1
;
}
.icon-warning-sign
{
color
:
$yellow-s3
;
}
}
cms/static/sass/views/_settings.scss
View file @
d2f0d850
...
...
@@ -52,6 +52,12 @@ body.course.settings {
}
}
// notices - used currently for edx mktg
.notice-workflow
{
margin-top
:
(
$baseline
);
}
// in form - elements
.group-settings
{
margin
:
0
0
(
$baseline
*
2
)
0
;
...
...
common/static/sass/_mixins.scss
View file @
d2f0d850
...
...
@@ -189,3 +189,10 @@
}
}
// UI archetypes - well
.ui-well
{
@include
box-shadow
(
inset
0
1px
2px
1px
$shadow-l1
);
padding
:
(
$baseline
*
0
.75
);
}
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