clarion/app/assets/stylesheets/management/_user_details.css.scss

23 lines
375 B
SCSS
Raw Normal View History

2014-09-17 17:48:46 +03:00
.user-details {
@extend .modal;
@extend .fade;
.center {
text-align: center;
}
.profile-image {
2014-09-17 18:27:21 +03:00
@extend .img-thumbnail;
max-width: 171px;
max-height: 180px;
2014-09-17 17:48:46 +03:00
}
.social {
@extend .btn-group;
2014-09-17 18:27:21 +03:00
margin-top: 10px;
2014-09-17 17:48:46 +03:00
a {
@extend .btn;
@extend .btn-default;
}
}
}