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
f7e20801
Commit
f7e20801
authored
Sep 07, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added toast style error message styling
parent
deaa49b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
2 deletions
+63
-2
lms/static/sass/course/base/_base.scss
+63
-2
No files found.
lms/static/sass/course/base/_base.scss
View file @
f7e20801
...
@@ -130,4 +130,66 @@ img {
...
@@ -130,4 +130,66 @@ img {
font-size
:
20px
;
font-size
:
20px
;
color
:
rgba
(
0
,
0
,
0
,
.85
);
color
:
rgba
(
0
,
0
,
0
,
.85
);
}
}
}
}
\ No newline at end of file
.toast-notification
{
position
:
fixed
;
top
:
20px
;
right
:
20px
;
z-index
:
99999
;
max-width
:
350px
;
padding
:
15px
20px
17px
;
border-radius
:
3px
;
border
:
1px
solid
#333
;
@include
linear-gradient
(
top
,
rgba
(
255
,
255
,
255
,
.1
)
,
rgba
(
255
,
255
,
255
,
0
));
background-color
:
rgba
(
30
,
30
,
30
,
.92
);
@include
box-shadow
(
0
1px
3px
rgba
(
0
,
0
,
0
,
.3
)
,
0
1px
0
rgba
(
255
,
255
,
255
,
.1
)
inset
);
font-size
:
13px
;
color
:
#fff
;
opacity
:
0
;
@include
transition
(
all
.2s
);
.error-icon
{
display
:
block
;
float
:
left
;
width
:
27px
;
height
:
24px
;
margin
:
0
auto
10px
;
background
:
url(../images/large-error-icon.png)
no-repeat
;
}
strong
{
display
:
block
;
margin-bottom
:
10px
;
font-size
:
16px
;
font-weight
:
700
;
text-align
:
center
;
}
.close-btn
{
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
27px
;
height
:
27px
;
font-size
:
22px
;
font-weight
:
700
;
line-height
:
25px
;
color
:
#aaa
;
text-align
:
center
;
.close-icon
{
font-size
:
16px
;
font-weight
:
700
;
}
}
.action-btn
{
@include
dark-grey-button
;
margin-top
:
10px
;
text-align
:
center
;
}
}
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