Apply styles to home sotice alert

This commit is contained in:
David Benqué 2022-05-06 10:59:50 +01:00
parent 3c679509c4
commit e444154866
1 changed files with 6 additions and 4 deletions

View File

@ -11,16 +11,18 @@
justify-content: space-between;
align-items: center;
.alert-info {
font-size: 16px;
background-color: @cp_alerts-info-bg;
color: @cp_alerts-info-text;
}
& > .cp-container {
flex: 1;
display: flex;
flex-flow: column;
justify-content: space-around;
justify-content: space-evenly;
.alert-info {
font-size: 16px;
border-radius: 0px;
}
}
}
body {