Skip to content
Snippets Groups Projects
Commit 8dc9abd8 authored by Bastien Dumont's avatar Bastien Dumont
Browse files

Revert "fix(UI): center ecogesture content"

This reverts commit c48af140.
parent 80a9dadb
No related branches found
No related tags found
1 merge request!11623.0 Release
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
display: flex; display: flex;
gap: 0.5rem; gap: 0.5rem;
flex-direction: column; flex-direction: column;
justify-content: center;
align-items: center;
flex: 1; flex: 1;
justify-content: flex-start;
align-items: center;
overflow-y: auto; overflow-y: auto;
.title { .title {
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
text-align: left; text-align: left;
} }
} }
.buttons { .buttons {
margin: 1rem 0; margin: 1rem 0;
display: flex; display: flex;
...@@ -48,7 +47,6 @@ ...@@ -48,7 +47,6 @@
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
width: 100%; width: 100%;
button.btnSecondary { button.btnSecondary {
padding: 0.75rem 0.25rem; padding: 0.75rem 0.25rem;
height: 7.375rem; height: 7.375rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment