mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
accompanyingCourse/summary * alert for people not in household for each accompanying course; * style for action in alert * form to members editor
11 lines
227 B
SCSS
11 lines
227 B
SCSS
/*
|
|
* when an alert is the first child of the page, with a banner, we do not want the alert to be merged with the banner
|
|
*/
|
|
div.container.content {
|
|
& > div {
|
|
div.alert:nth-child(2) {
|
|
margin-top: 1rem;
|
|
}
|
|
}
|
|
}
|