tellform/public/modules/users/css/users.css

14 lines
211 B
CSS
Raw Normal View History

2015-06-29 22:51:29 +00:00
@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;
}