Files
meanTorrent/modules/users/client/css/users.css
Laurence Tennant 2b6cf53d30 fix(users): Better MIME-type checking, remove image cropping library (#1589)
* Cropping remove, nicer UI

* Fix MIME-type checking, add image upload tests

* Change image config settings to uploads.profile.image to build a more
rational structure for configuring other types of uploads
2016-11-15 15:59:47 -08:00

29 lines
510 B
CSS

@media (min-width: 992px) {
.nav-users {
position: fixed;
}
}
.social-account-container {
display: inline-block;
position: relative;
}
.btn-add-remove-account {
pointer-events: none;
position: absolute;
right: 10px;
top: 10px;
}
.user-profile-picture {
max-height: 150px;
min-height: 150px;
}
.social-button {
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.social-button:hover {
opacity: 0.65;
}