input-for-jekyll/_sass/_message.scss
Tony Chen 3cd581a697 Commit into repository
Maybe I want to use the Markdown files in ./_posts
for use in another Static Site Generator.
2020-08-05 02:32:09 +00:00

12 lines
255 B
SCSS

// 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;
}