mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Improve layout of buy buttons by tweaking text styles
This commit is contained in:
parent
0188e7b94d
commit
cba50818c2
@ -104,12 +104,21 @@
|
|||||||
|
|
||||||
@media screen and (max-width: 679px) {
|
@media screen and (max-width: 679px) {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
padding: 0px 10px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
line-height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 680px) {
|
||||||
|
font-size: 14px;
|
||||||
|
padding: 0px 4px;
|
||||||
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1281px) {
|
@media screen and (min-width: 1281px) {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
padding: 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.modal-content-footer {
|
div.modal-content-footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user