UNPKG
ng-alertbar
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.1-hf1
1.0.0
A configurable alertbar for Angular
github.com/lambk/ngAlertbar
ng-alertbar
/
themes
/
default.css
14 lines
(11 loc)
•
225 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.ng-alert-bar
{
padding
:
0.25rem
1rem
;
border
:
1px
solid black;
border-top
: none; }
.ng-alert-bar
:not
(
.full-width
) {
border-radius
:
0
0
5px
5px
; }
.ng-alert-bar-text
{
font-family
: Arial, Helvetica, sans-serif; }