Update main notification dashboard with new styles.

This commit is contained in:
Diana Huang
2013-01-23 14:12:06 -05:00
committed by Vik Paruchuri
parent 4140b74e47
commit 9f19eafcf0
3 changed files with 59 additions and 13 deletions

View File

@@ -13,5 +13,43 @@
padding: 7px;
}
}
.notification-container
{
margin: 30px 0px;
}
.alert
{
background-color: red;
}
.notification
{
margin: 10px;
width: 30%;
@include inline-block;
vertical-align: top;
.notification-link
{
display:block;
height: 8em;
padding: 10px;
border: 1px solid black;
text-align: center;
}
.notification-title
{
text-transform: uppercase;
}
.notification-link:hover
{
background-color: #eee;
color: black;
}
.notification-description
{
padding-top:5%;
}
@include clearfix;
}
}