tellform/public/modules/users/css/users.css
David Baldwynn 87b351efea first commit
2015-06-29 15:51:29 -07:00

14 lines
211 B
CSS
Executable file

@media (min-width: 992px) {
.nav-users {
position: fixed;
}
}
.remove-account-container {
display: inline-block;
position: relative;
}
.btn-remove-account {
top: 10px;
right: 10px;
position: absolute;
}