1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Improve first time flow css - select action (#12799)

* Improve first time flow css - select action

* Update ui/pages/first-time-flow/select-action/index.scss

Co-authored-by: George Marshall <georgewrmarshall@gmail.com>

* Update ui/pages/first-time-flow/select-action/index.scss

Co-authored-by: George Marshall <georgewrmarshall@gmail.com>

Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
This commit is contained in:
Alejandro Garcia Anglada 2022-01-13 18:46:38 +01:00 committed by GitHub
parent 48d9ca19cc
commit 5d7094cafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,9 @@
}
&__select-buttons {
display: flex;
flex-direction: row;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
margin-top: 40px;
}
@ -34,7 +35,7 @@
border: 1px solid #d8d8d8;
box-sizing: border-box;
border-radius: 10px;
margin-left: 22px;
padding: 8px;
.first-time-flow__button {
max-width: 221px;