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