Skip to content
Snippets Groups Projects
Commit cca43cfe authored by Serhii Myronets's avatar Serhii Myronets
Browse files

Issue #3292789 by agami4: Improve buttons on the group statistic block

parent 22105ad0
No related tags found
1 merge request!97Issue #3292789 by agami4: Improve buttons on the group statistic block
......@@ -153,6 +153,11 @@
border-top-right-radius: 0 !important;
}
.socialblue--sky .block-profile-statistic-block .hero-footer__cta .btn-group + .btn-group,
.socialblue--sky .block-group-statistic-block .hero-footer__cta .btn-group + .btn-group {
margin-top: 1rem;
}
.socialblue--sky .block-profile-statistic-block .follow-user-wrapper,
.socialblue--sky .block-group-statistic-block .follow-user-wrapper {
display: -webkit-box;
......@@ -208,14 +213,12 @@
margin-left: 0;
}
.socialblue--sky .block-profile-statistic-block.block-profile-statistic-block,
.socialblue--sky .block-group-statistic-block.block-profile-statistic-block {
padding-top: 0;
.socialblue--sky .block-profile-statistic-block .card__info-user .hero-avatar {
border-color: #fafafa;
}
.socialblue--sky .block-profile-statistic-block.block-profile-statistic-block .card__info-user .hero-avatar,
.socialblue--sky .block-group-statistic-block.block-profile-statistic-block .card__info-user .hero-avatar {
border-color: #fafafa;
.socialblue--sky .block-group-statistic-block .hero-footer__cta > *.btn-group .btn, .socialblue--sky .block-group-statistic-block .hero-footer__cta > *.btn-group .btn.dropdown-toggle {
margin-left: 0;
}
.socialblue--sky .card__info-user {
......
......@@ -226,6 +226,10 @@
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.btn-group + .btn-group {
margin-top: 1rem;
}
}
.follow-user-wrapper {
......@@ -287,13 +291,24 @@
margin-left: 0;
}
}
}
&.block-profile-statistic-block {
padding-top: 0;
.block-profile-statistic-block {
.card__info-user {
.hero-avatar {
border-color: #fafafa;
}
}
}
.card__info-user {
.hero-avatar {
border-color: #fafafa;
.block-group-statistic-block {
.hero-footer__cta {
> *.btn-group {
.btn {
&,
&.dropdown-toggle {
margin-left: 0;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment