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

32 lines
479 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;
2015-06-30 19:42:02 +00:00
}
section.auth {
margin-top: 5em;
}
section.auth > h3{
font-size: 3em;
font-weight: 500;
color: #777;
}
section.auth.signup-view > h3 {
font-size: 4.4em;
padding-bottom: 0.5em;
}
/* section.auth.signup-view.success > h3 {
2015-06-30 19:42:02 +00:00
padding-bottom: 1.2em;
}*/