AdminLTE/less/alerts.less

26 lines
512 B
Plaintext
Raw Normal View History

2014-02-01 15:49:36 +00:00
/*
Component: alert
------------------------
*/
.alert {
2014-02-01 15:49:36 +00:00
//Add padding to allow the icon to appear
padding-left: 30px;
margin-left: 15px;
position: relative;
2014-02-01 15:49:36 +00:00
//Make icons float to the left corner
> .fa, > .glyphicon {
position: absolute;
left: -15px;
top: -15px;
width: 35px;
height: 35px;
.border-radius(50%);
line-height: 35px;
text-align: center;
background: inherit;
border: inherit;
}
}