website/sass/_message.scss

13 lines
313 B
SCSS
Raw Permalink Normal View History

// 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: $message-color;
background-color: $message-background-color;
border-radius: $border-radius;
}