Update main notification dashboard with new styles.
This commit is contained in:
committed by
Vik Paruchuri
parent
4140b74e47
commit
9f19eafcf0
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user