mobile login form tweaks
This commit is contained in:
parent
fee9f834b6
commit
696cf179ff
|
@ -71,7 +71,7 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
.modal-footer {
|
||||
margin: 0 15px;
|
||||
margin-left: 15px;
|
||||
padding: 14px 0 15px;
|
||||
border-top: 1px solid scale-color-diff();
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
.modal-body {
|
||||
overflow-y: auto;
|
||||
max-height: 400px;
|
||||
padding: 10px 15px 10px 15px;
|
||||
padding: 10px 0 10px 15px;
|
||||
}
|
||||
|
||||
// an ember metamorph is inserted between btn's sometimes, breaking this rule, but only on mobile for some reason:
|
||||
|
@ -57,18 +57,16 @@
|
|||
h3 {
|
||||
color: $quaternary;
|
||||
font-size: 15px;
|
||||
padding-left: 20px;
|
||||
padding-left: 15px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
.close {
|
||||
float: right;
|
||||
font-size: 24px;
|
||||
padding: 15px; // more pixels to touch
|
||||
padding: 15px 15px 5px 5px;
|
||||
margin: -15px 0 0 0;
|
||||
text-decoration: none;
|
||||
color: $primary;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#move-selected {
|
||||
|
|
Loading…
Reference in New Issue