Added some style for the dashboard message
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
|
||||
<section class="dashboard-banner">
|
||||
${message}
|
||||
<br/>
|
||||
</section>
|
||||
|
||||
<section class="profile-sidebar">
|
||||
|
||||
Reference in New Issue
Block a user