14 lines
223 B
SCSS
14 lines
223 B
SCSS
.entitlement-support-wrapper {
|
|
div.actions {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
|
|
form.search-form {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|