mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01: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:
parent
48d9ca19cc
commit
5d7094cafc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user