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
6ddf45e7
Commit
6ddf45e7
authored
Jun 09, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4029 from edx/talbs/studio-flexbile-status-notifications
Studio: Flexible Status Notifications
parents
44695337
1209daa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
cms/static/sass/elements/_system-feedback.scss
+13
-2
No files found.
cms/static/sass/elements/_system-feedback.scss
View file @
6ddf45e7
...
...
@@ -323,8 +323,8 @@
// shorter/status notifications
&
.wrapper-notification-status
{
@include
border-top-radius
(
3px
);
width
:
(
$baseline
*
8
);
right
:
(
$baseline
);
width
:
auto
;
border
:
4px
solid
$black
;
border-bottom
:
none
;
padding
:
(
$baseline
/
2
)
$baseline
;
...
...
@@ -345,7 +345,7 @@
[
class
^=
"icon"
]
{
width
:
$baseline
;
height
:
(
$baseline
*
1
.25
);
margin-right
:
(
$baseline
*
0
.75
);
margin-right
:
(
$baseline
/
4
);
line-height
:
3rem
;
}
...
...
@@ -477,6 +477,9 @@
}
&
.mini
{
width
:
auto
;
max-width
:
none
;
min-width
:
0
;
[
class
^=
"icon"
]
{
@include
animation
(
rotateCW
$tmg-s3
linear
infinite
);
...
...
@@ -485,6 +488,14 @@
@include
transform-origin
(
52%
60%
);
}
.copy
{
width
:
auto
;
}
.title
{
@extend
%cont-truncated
;
}
.copy
p
{
@extend
%cont-text-sr
;
}
...
...
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