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
604e8202
Commit
604e8202
authored
Jun 20, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - revises styling of in-context notices UI
parent
419c5e7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
cms/static/sass/elements/_system-help.scss
+10
-12
No files found.
cms/static/sass/elements/_system-help.scss
View file @
604e8202
...
@@ -10,22 +10,24 @@
...
@@ -10,22 +10,24 @@
@extend
.t-title7
;
@extend
.t-title7
;
margin-bottom
:
(
$baseline
/
4
);
margin-bottom
:
(
$baseline
/
4
);
font-weight
:
600
;
font-weight
:
600
;
[
class
^=
"icon-"
]
{
@extend
.t-icon5
;
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
4
);
}
}
}
.copy
{
.copy
{
@extend
.t-copy-sub2
;
@extend
.t-copy-sub1
;
@include
transition
(
opacity
0
.25s
ease-in-out
0
);
opacity
:
0
.75
;
}
}
strong
{
strong
{
font-weight
:
600
;
font-weight
:
600
;
}
}
&
:hover
{
.copy
{
opacity
:
1
.0
;
}
}
}
}
// particular warnings around a workflow for something
// particular warnings around a workflow for something
...
@@ -35,8 +37,4 @@
...
@@ -35,8 +37,4 @@
.copy
{
.copy
{
color
:
$gray-d1
;
color
:
$gray-d1
;
}
}
.icon-warning-sign
{
color
:
$yellow-s3
;
}
}
}
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