Unlogged layout fixes. Logo same size in all pages. Back link as button.
This commit is contained in:
parent
2f157fe48a
commit
25cd9675d8
7 changed files with 40 additions and 37 deletions
|
|
@ -7,12 +7,7 @@
|
|||
@media (max-width: 1024px) {
|
||||
|
||||
.logo-setup {
|
||||
margin: 0;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
.home, .open, .join, .waiting-copayers, .setup, .import, .settings {
|
||||
margin-top: 0;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
|
@ -48,6 +43,11 @@
|
|||
background: #2C3E50;
|
||||
}
|
||||
|
||||
.home, .settings, .createProfile, .import-profile {
|
||||
overflow: hidden;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
header {
|
||||
height: 45px;
|
||||
line-height: 110%;
|
||||
|
|
@ -197,10 +197,6 @@
|
|||
.button, button {
|
||||
padding: 1rem 1.2rem 1.0625rem;
|
||||
}
|
||||
|
||||
.home form {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue