style: add an action button class to notifications (#44692)

This commit is contained in:
Thomas Jund 2020-07-09 16:15:09 +02:00 committed by Nicolas ROCHE
parent 613629ca23
commit 52e178f34a
1 changed files with 16 additions and 0 deletions

View File

@ -385,6 +385,22 @@ div.errornotice {
border-color: #f64474;
border-image: linear-gradient(#f64474, lighten(#f64474, 5%)) 2;
}
.action {
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: last baseline;
justify-content: flex-end;
}
.action-label {
flex: 1 1 25em;
margin-bottom: .5em;
}
.action-button {
@extend %button;
flex: 0 0 auto;
margin-left: .66em;
}
}
/* main content */