mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Add minor positioning tweaks for buy modal, laptop view
This commit is contained in:
parent
b97dcf09ac
commit
3072d2d178
@ -13,7 +13,7 @@
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.modal-content.title {
|
||||
.modal-content-title {
|
||||
font-size: 26px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
@ -55,10 +55,10 @@
|
||||
.modal-content-title-wrapper {
|
||||
justify-content: space-around;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
height: 110px;
|
||||
}
|
||||
|
||||
.modal-content.title {
|
||||
.modal-content-title {
|
||||
font-size: 26px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
@ -71,6 +71,7 @@
|
||||
|
||||
.modal-content-options {
|
||||
flex-direction: row;
|
||||
margin: 20px 0px
|
||||
}
|
||||
|
||||
div.modal-content-option {
|
||||
@ -92,5 +93,9 @@
|
||||
font-size: 16px;
|
||||
padding: 0px 20px;
|
||||
}
|
||||
|
||||
div.modal-content-footer {
|
||||
margin-top: 8vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user