UNPKG
@nepwork/dashboards
Version:
latest (0.0.2)
0.0.2
Dashboards for emergencies and monitoring
github.com/nepwork/admin-ui
nepwork/admin-ui
@nepwork/dashboards
/
hgraph
/
node_modules
/
@nebular
/
theme
/
components
/
alert
/
alert.component.css
2 lines
(1 loc)
•
220 B
CSS
View Raw
1
2
:host
{
display
:flex;
flex-direction
:column;
position
:relative}
[dir=ltr]
:host
.close
{
right
:
0
}
[dir=rtl]
:host
.close
{
left
:
0
}
.close
{
position
:absolute;
top
:
0
;
color
:inherit;
background-color
:transparent;
border
:
0
;
appearance
:none}