Added some style for the dashboard message

This commit is contained in:
Kyle Fiedler
2012-07-24 13:48:20 -04:00
parent c51f78bdfa
commit b402cde650
2 changed files with 21 additions and 1 deletions

View File

@@ -2,6 +2,27 @@
@include clearfix;
padding: 60px 0px 120px;
.dashboard-banner {
background: $yellow;
border: 1px solid rgb(200,200,200);
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6));
padding: 10px;
margin-bottom: 30px;
&:empty {
display: none;
background-color: #FFF;
}
h2 {
margin-bottom: 0;
}
p {
margin-bottom: 0;
}
}
.profile-sidebar {
background: transparent;
float: left;

View File

@@ -36,7 +36,6 @@
<section class="dashboard-banner">
${message}
<br/>
</section>
<section class="profile-sidebar">