23 lines
287 B
CSS
23 lines
287 B
CSS
/*
|
|
*
|
|
* Copay mobile CSS
|
|
*
|
|
*/
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.line-dashed-setup-v,
|
|
.line-dashed-v,
|
|
.line-dashed-h {
|
|
border: none;
|
|
}
|
|
|
|
.logo-setup {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.home, .open, .join, .waiting-copayers, .setup, .import, .settings {
|
|
margin-top: 0;
|
|
}
|
|
|
|
}
|