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

22 lines
346 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 {
@extend .img-circle;
max-width: 140px;
max-height: 140px;
}
.social {
@extend .btn-group;
a {
@extend .btn;
@extend .btn-default;
}
}
}