// Messages // // Show alert messages to users. You may add it to single elements like a `
`, // or to a parent if there are multiple elements to show. .message { margin-bottom: 1rem; padding: 1rem; color: $gray-text; background-color: $gray-bg; margin-left: -1rem; margin-right: -1rem; }