Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
9feb9ce2805fe3ada1b9a7fc8e0fa5f3ad45788e
/
.
/
app
/
common
/
styles
/
elements
/
errors.scss
blob: 3076a3d03c4b7b5007c67e8a9e0b41529997da3f [
file
] [
log
] [
blame
]
.
error
-
msg
{
background
:
lighten
(
$error
-
color
,
20
%);
padding
:
1em
;
text
-
align
:
center
;
font
-
size
:
1em
;
border
:
1px
solid $error
-
color
;
color
:
$black
;
font
-
family
:
"Courier New"
,
Helvetica
,
Arial
,
sans
-
serif
;
font
-
weight
:
700
;
max
-
width
:
325px
;
}