hugo-theme-hyde-hyde/assets/scss/poole/_message.scss

12 lines
255 B
SCSS
Raw Permalink Normal View History

2018-07-21 23:33:29 +00:00
// 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;
}