Skip to content
Snippets Groups Projects
Commit 50616070 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: update selection done

parent 5f436569
1 merge request!1263feat(ui)!: new design
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
justify-content: space-between; justify-content: space-between;
text-align: center; text-align: center;
color: $grey-bright; color: $grey-bright;
min-height: inherit;
height: 100vh; height: 100vh;
max-height: calc(100vh - 0px - 72px - 72px - 3px); max-height: calc(100vh - 0px - 72px - 72px - 3px);
......
...@@ -4,22 +4,18 @@ ...@@ -4,22 +4,18 @@
.eg-selection-restart-container { .eg-selection-restart-container {
position: relative; position: relative;
min-height: inherit; min-height: inherit;
margin: auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
text-align: center; text-align: center;
color: $grey-bright; color: $grey-bright;
max-width: 45.75rem;
@media #{$large-phone} {
margin: 0 1rem;
max-width: unset;
}
.content { .content {
margin: auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
padding: 0 1rem;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.title { .title {
...@@ -34,8 +30,11 @@ ...@@ -34,8 +30,11 @@
} }
} }
.buttons { .buttons {
margin: 1rem 0; padding: 1rem;
box-sizing: border-box;
display: flex; display: flex;
background-color: $grey-1;
border: 1px solid $grey-2;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
gap: 1rem; gap: 1rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment