Improve CSS
This commit is contained in:
parent
828f12e6f3
commit
dca36cbe0b
|
@ -9068,7 +9068,7 @@ button.submitButton {
|
|||
#1d7873 50%,
|
||||
#1d7873 100%
|
||||
);
|
||||
background-size: 200% 1px;
|
||||
background-size: 202% 1px;
|
||||
transition: ease-in 0.3s;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue