Improve CSS

This commit is contained in:
jose.gonzalez@pandorafms.com 2022-10-24 13:12:11 +02:00
parent 828f12e6f3
commit dca36cbe0b
2 changed files with 10 additions and 1 deletions

View File

@ -9068,7 +9068,7 @@ button.submitButton {
#1d7873 50%,
#1d7873 100%
);
background-size: 200% 1px;
background-size: 202% 1px;
transition: ease-in 0.3s;
}

View File

@ -155,9 +155,18 @@ ul.wizard li > textarea {
}
.action_button_list {
display: flex;
align-content: center;
justify-content: flex-end;
height: 60px;
}
.action_button_list ul {
display: flex;
flex-direction: row-reverse;
justify-content: flex-start;
align-items: center;
}
.action_button_list li {
display: inline;
}