David Guan
Software engineer at
Realtime Database & Authentication
i.close {
display: inline-block;
transform: rotate(39deg) translateY(-8px);
font-size: 30px;
font-weight: bold;
cursor: pointer;
float: right;
color: grey;
padding-right: 3px;
&:hover {
color: #000;
}
}
&.warning>p {
border-color: $warningColor;
color: $warningColor;
}
&.error>p {
border-color: $errorColor;
color: $errorColor;
}