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 branches found
No related tags found
1 merge request!97Issue #3292789 by agami4: Improve buttons on the group statistic block
...@@ -153,6 +153,11 @@ ...@@ -153,6 +153,11 @@
border-top-right-radius: 0 !important; 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-profile-statistic-block .follow-user-wrapper,
.socialblue--sky .block-group-statistic-block .follow-user-wrapper { .socialblue--sky .block-group-statistic-block .follow-user-wrapper {
display: -webkit-box; display: -webkit-box;
...@@ -208,14 +213,12 @@ ...@@ -208,14 +213,12 @@
margin-left: 0; margin-left: 0;
} }
.socialblue--sky .block-profile-statistic-block.block-profile-statistic-block, .socialblue--sky .block-profile-statistic-block .card__info-user .hero-avatar {
.socialblue--sky .block-group-statistic-block.block-profile-statistic-block { border-color: #fafafa;
padding-top: 0;
} }
.socialblue--sky .block-profile-statistic-block.block-profile-statistic-block .card__info-user .hero-avatar, .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 {
.socialblue--sky .block-group-statistic-block.block-profile-statistic-block .card__info-user .hero-avatar { margin-left: 0;
border-color: #fafafa;
} }
.socialblue--sky .card__info-user { .socialblue--sky .card__info-user {
......
...@@ -226,6 +226,10 @@ ...@@ -226,6 +226,10 @@
border-bottom-right-radius: 0 !important; border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important; border-top-right-radius: 0 !important;
} }
.btn-group + .btn-group {
margin-top: 1rem;
}
} }
.follow-user-wrapper { .follow-user-wrapper {
...@@ -287,13 +291,24 @@ ...@@ -287,13 +291,24 @@
margin-left: 0; margin-left: 0;
} }
} }
}
&.block-profile-statistic-block { .block-profile-statistic-block {
padding-top: 0; .card__info-user {
.hero-avatar {
border-color: #fafafa;
}
}
}
.card__info-user { .block-group-statistic-block {
.hero-avatar { .hero-footer__cta {
border-color: #fafafa; > *.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