2014-11-10 23:12:33 +02:00
|
|
|
@media (min-width: 992px) {
|
2015-07-25 16:53:11 -04:00
|
|
|
.nav-users {
|
|
|
|
|
position: fixed;
|
|
|
|
|
}
|
2014-11-10 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
.social-account-container {
|
2015-07-25 16:53:11 -04:00
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
2014-11-10 23:12:33 +02:00
|
|
|
}
|
2016-09-03 23:29:43 +01:00
|
|
|
.btn-add-remove-account {
|
|
|
|
|
pointer-events: none;
|
2016-09-09 22:28:14 -07:00
|
|
|
position: absolute;
|
|
|
|
|
right: 10px;
|
|
|
|
|
top: 10px;
|
2014-11-10 23:12:33 +02:00
|
|
|
}
|
|
|
|
|
.user-profile-picture {
|
2015-07-25 16:53:11 -04:00
|
|
|
max-height: 150px;
|
2016-09-09 22:28:14 -07:00
|
|
|
min-height: 150px;
|
2014-11-10 23:12:33 +02:00
|
|
|
}
|
2016-09-03 23:29:43 +01:00
|
|
|
.social-button {
|
|
|
|
|
-webkit-transition-duration: 0.4s;
|
|
|
|
|
-moz-transition-duration: 0.4s;
|
|
|
|
|
-o-transition-duration: 0.4s;
|
|
|
|
|
transition-duration: 0.4s;
|
2016-08-26 07:56:56 +01:00
|
|
|
}
|
2016-09-03 23:29:43 +01:00
|
|
|
.social-button:hover {
|
|
|
|
|
opacity: 0.65;
|
2016-08-26 21:27:58 +03:00
|
|
|
}
|