This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
DIV-149 implemented messaging styles
pull/160/head
Foley Lynn
8 years ago
parent
c5ceb7be60
commit
e84638cdfa
2 changed files
with
16 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
edivorce/apps/core/static/css/main.css
+15
-1
edivorce/apps/core/static/css/main.scss
+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File
+ 15
- 1
edivorce/apps/core/static/css/main.scss
View File
@ -120,9 +120,23 @@ a {
}
}
.
bg-danger
{
padding
:
30px
;
position
:
relative
;
padding
:
30px
30px
30px
75px
;
border-radius
:
10px
;
margin-bottom
:
20px
;
background-color
:
#
faebe9
;
&
:
after
{
content
:
"
\f071
"
;
font-family
:
FontAwesome
;
font-style
:
normal
;
font-weight
:
normal
;
text-decoration
:
inherit
;
position
:
absolute
;
font-size
:
24px
;
color
:
#
ea604e
;
top
:
30px
;
left
:
27px
;
}
}
@media
(
max-width
:
991
px
)
{
Write
Preview
Loading…
Cancel
Save