aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorgajeev <gajeev@thesolutionjar.com>2013-09-05 17:49:15 -0400
committergajeev <gajeev@thesolutionjar.com>2013-09-05 17:49:15 -0400
commit98a5d36243dd2d34d4af4a594361aac919386060 (patch)
tree0cd50f257159c1359bef60b93906c60e062c9294 /app
parent69083ac991cf03fb29879e47f77ff0b304b7a444 (diff)
downloadrefinerycms-blog-98a5d36243dd2d34d4af4a594361aac919386060.tar.gz
refinerycms-blog-98a5d36243dd2d34d4af4a594361aac919386060.tar.bz2
refinerycms-blog-98a5d36243dd2d34d4af4a594361aac919386060.zip
frontend scss edit
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/refinery/blog/frontend.css.scss28
1 files changed, 14 insertions, 14 deletions
diff --git a/app/assets/stylesheets/refinery/blog/frontend.css.scss b/app/assets/stylesheets/refinery/blog/frontend.css.scss
index acf50db..59a1180 100644
--- a/app/assets/stylesheets/refinery/blog/frontend.css.scss
+++ b/app/assets/stylesheets/refinery/blog/frontend.css.scss
@@ -56,17 +56,17 @@
margin-bottom: 15px;
position: relative;
}
-.flash_notice {
- &, * {
+.flash {
+ &.flash_notice {
+ &, * {
+ color: #00A017;
+ }
+ }
+ &.flash_notice, &.flash_message {
+ border: 1px solid #00A017;
color: #00A017;
+ background: 7px 7px no-repeat image_url('refinery/blog/icons/accept.png') #E0F5E0;
}
-}
-.flash_notice, .flash_message {
- border: 1px solid #00A017;
- color: #00A017;
- background: 7px 7px no-repeat image_url('refinery/blog/icons/accept.png') #E0F5E0;
-}
-.flash {
&.flash_notice #flash_close, &.flash_error #flash_close {
text-transform: lowercase;
}
@@ -95,10 +95,10 @@
}
}
}
-}
-.flash_message {
- &, & * {
- color: #262719;
- font-size: 14px;
+ &.flash_message {
+ &, & * {
+ color: #262719;
+ font-size: 14px;
+ }
}
}