2014-11-09 23:20:11 -05:00
|
|
|
|
.btnNotifications {
|
2014-07-17 18:21:35 -04:00
|
|
|
|
text-decoration: none !important;
|
2015-05-30 10:32:18 -04:00
|
|
|
|
outline: 0 !important;
|
2015-05-31 17:07:44 -04:00
|
|
|
|
vertical-align: middle;
|
2016-04-22 12:10:13 -04:00
|
|
|
|
width: auto;
|
2016-05-05 22:18:14 -04:00
|
|
|
|
margin: 0;
|
2016-05-17 01:45:06 -04:00
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-bottom: 0;
|
2014-06-22 01:52:31 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnNotificationsInner {
|
2015-06-01 14:36:09 -04:00
|
|
|
|
color: #fff;
|
2015-09-21 21:05:33 -04:00
|
|
|
|
font-weight: 500;
|
2015-06-01 14:36:09 -04:00
|
|
|
|
position: relative;
|
|
|
|
|
border-radius: 1000px;
|
2016-05-06 13:49:58 -04:00
|
|
|
|
background: #444;
|
2015-09-21 21:05:33 -04:00
|
|
|
|
line-height: 28px;
|
|
|
|
|
min-width: 30px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
text-align: center;
|
2013-07-06 17:23:32 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.levelNormal {
|
2016-05-06 13:49:58 -04:00
|
|
|
|
background-color: #43A047;
|
2013-07-06 17:23:32 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.levelWarning {
|
2015-06-01 14:36:09 -04:00
|
|
|
|
background-color: #FF7537;
|
2013-07-06 17:23:32 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.levelError {
|
2015-06-01 14:36:09 -04:00
|
|
|
|
background-color: #d14836;
|
2016-07-28 01:19:24 -04:00
|
|
|
|
}
|