Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
1d83af072eb4c047ef08fae79775a34599ed5ed3
/
.
/
app
/
common
/
styles
/
elements
/
toast.scss
blob: e9b1980f0b70d1fa430349d8392a71d7131c25e1 [
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
:
$text
-
01
;
border
-
radius
:
0
;
text
-
align
:
left
;
}
}