Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
309b5da3750a3a5b189362e31013d2ab9404e806
/
.
/
app
/
common
/
styles
/
elements
/
toast.scss
blob: a530472b8eb3fbf147071f8d287f9be9f32ce195 [
file
] [
log
] [
blame
]
// Overrides style for ngToast notifications
.
ng
-
toast
{
margin
-
top
:
9em
;
.
close
{
margin
:
.
3em
;
}
.
title
{
font
-
weight
:
bold
;
}
.
ng
-
toast__message
{
max
-
width
:
400px
;
}
.
alert
{
color
:
#333;
border
-
radius
:
0
;
text
-
align
:
left
;
}
}