Commit 7d110a86 by Marco Morales

cleanup to PR feedback for shoppingcart and instructor2 scss partials

parent 38b7e4cc
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
} }
&.editing { &.editing {
@extend %ui-depth3; @extend %ui-depth4;
position: relative; position: relative;
padding: 0; padding: 0;
border-top: none; border-top: none;
......
...@@ -1261,22 +1261,33 @@ input[name="subject"] { ...@@ -1261,22 +1261,33 @@ input[name="subject"] {
line-height: 1.3em; line-height: 1.3em;
} }
.error-msgs { .error-msgs {
background: #FFEEF5;color:#B72667;text-align: center;padding: ($baseline/2) 0; background: #FFEEF5;
font-family: "Open Sans",Verdana,Geneva,sans-serif,sans-serif;font-size: 15px; color:#B72667;
text-align: center;
padding: ($baseline/2) 0;
font-family: "Open Sans",Verdana,Geneva,sans-serif,sans-serif;
font-size: 15px;
border-bottom: 1px solid #B72667; border-bottom: 1px solid #B72667;
margin-bottom: $baseline; margin-bottom: $baseline;
display: none; display: none;
} }
.success-msgs { .success-msgs {
background: #D0F5D5;color:#008801;text-align: center;padding: ($baseline/2) 0; background: #D0F5D5;
font-family: "Open Sans",Verdana,Geneva,sans-serif,sans-serif;font-size: 15px; color:#008801;
text-align: center;
padding: ($baseline/2) 0;
font-family: "Open Sans",Verdana,Geneva,sans-serif,sans-serif;
font-size: 15px;
border-bottom: 1px solid #008801; border-bottom: 1px solid #008801;
margin-bottom: $baseline; margin-bottom: $baseline;
display: none; display: none;
} }
.content{ .content{
padding: 0 !important; padding: 0 !important;
} }
input[name="download_company_name"], input[name="download_company_name"],
input[name="active_company_name"], input[name="spent_company_name"] { input[name="active_company_name"], input[name="spent_company_name"] {
margin-right: 8px; margin-right: 8px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment