fixed dnd after css changes

This commit is contained in:
Danny Coates 2018-02-19 14:29:13 -08:00
parent 029633f3d3
commit ad77fc20c6
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
6 changed files with 15 additions and 14 deletions

View file

@ -4,7 +4,3 @@
margin-top: 20px;
margin-bottom: 30px;
}
.btn--download:hover {
background-color: var(--primaryControlHoverColor);
}

View file

@ -16,8 +16,11 @@
}
@media (max-device-width: 520px), (max-width: 520px) {
.passwordSection {
width: 100%;
}
.passwordForm {
flex-direction: column;
padding-left: 0;
}
}

View file

@ -36,8 +36,4 @@
flex-direction: column;
width: inherit;
}
.inputBtn--loading {
width: inherit;
}
}