Update config
[blog] / _sass / _message.scss
1 // Messages
2 //
3 // Show alert messages to users. You may add it to single elements like a `<p>`,
4 // or to a parent if there are multiple elements to show.
5
6 .message {
7   margin-bottom: 1rem;
8   padding: 1rem;
9   color: #717171;
10   background-color: #f9f9f9;
11 }