You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
255 B
11 lines
255 B
// Messages
|
|
//
|
|
// Show alert messages to users. You may add it to single elements like a `<p>`,
|
|
// or to a parent if there are multiple elements to show.
|
|
|
|
.message {
|
|
margin-bottom: 1rem;
|
|
padding: 1rem;
|
|
color: #717171;
|
|
background-color: #f9f9f9;
|
|
}
|
|
|