less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / alert.scss
1
2 .alert {
3     padding-left: 30px;
4     margin-top: 20px;
5     margin-left: 15px;
6     position: relative;
7 }
8
9 .alert > .fa,
10 .alert > .glyphicon {
11     position: absolute;
12     left: -15px;
13     top: -15px;
14     width: 35px;
15     height: 35px;
16     -webkit-border-radius: 50%;
17     -moz-border-radius: 50%;
18     border-radius: 50%;
19     line-height: 35px;
20     text-align: center;
21     background: inherit;
22     border: inherit;
23 }