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
530f9a87
Commit
530f9a87
authored
Apr 04, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - minor design tweaks to alert/notification chrome
parent
3c3a6e75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
cms/static/sass/elements/_alerts.scss
+1
-4
No files found.
cms/static/sass/elements/_alerts.scss
View file @
530f9a87
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
.wrapper-notification
,
.wrapper-alert
,
.prompt
{
.wrapper-notification
,
.wrapper-alert
,
.prompt
{
background
:
$gray-d3
;
background
:
$gray-d3
;
border-top
:
4px
solid
$gray-d4
;
.copy
{
.copy
{
color
:
$gray-l2
;
color
:
$gray-l2
;
...
@@ -242,7 +241,6 @@
...
@@ -242,7 +241,6 @@
bottom
:
0
;
bottom
:
0
;
z-index
:
1000
;
z-index
:
1000
;
width
:
100%
;
width
:
100%
;
border-width
:
2px
;
padding
:
$baseline
(
$baseline
*
2
);
padding
:
$baseline
(
$baseline
*
2
);
&
.wrapper-notification-warning
{
&
.wrapper-notification-warning
{
...
@@ -452,7 +450,6 @@
...
@@ -452,7 +450,6 @@
z-index
:
100
;
z-index
:
100
;
overflow
:
hidden
;
overflow
:
hidden
;
width
:
100%
;
width
:
100%
;
border-bottom
:
2px
solid
$black
;
border-top
:
1px
solid
$black
;
border-top
:
1px
solid
$black
;
padding
:
$baseline
(
$baseline
*
2
)
(
$baseline
*
1
.5
)
(
$baseline
*
2
);
padding
:
$baseline
(
$baseline
*
2
)
(
$baseline
*
1
.5
)
(
$baseline
*
2
);
background
:
$gray-d3
;
background
:
$gray-d3
;
...
@@ -521,7 +518,7 @@
...
@@ -521,7 +518,7 @@
@include
transition
(
color
0
.5s
ease-in-out
);
@include
transition
(
color
0
.5s
ease-in-out
);
@include
font-size
(
22
);
@include
font-size
(
22
);
width
:
flex-grid
(
1
,
12
);
width
:
flex-grid
(
1
,
12
);
margin
-right
:
flex-gutter
()
;
margin
:
(
$baseline
/
4
)
flex-gutter
()
0
0
;
text-align
:
right
;
text-align
:
right
;
}
}
...
...
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