-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Mike Lindberg (of BYU OIT's UX team) suggested this styling (copied from another BYU website) for a paragraph to make it stand out.
.error-info {
background: #FFEDF1;
border-left: 12px solid blue;
border-radius: 5px;
color: #000;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.018rem;
line-height: 24px;
/* margin: 20px auto; */
max-width: 36%;
padding: 12px;
text-align: left;
}
This was copied from an error notification, so different coloring would be appropriate.