Skip to content
Snippets Groups Projects
Commit ef649847 authored by serhii.myronets's avatar serhii.myronets Committed by Serhii Myronets
Browse files

Issue #3261544 by agami4: Improve position of secondary nav and join group of the buttons

parent 923ce78f
No related branches found
No related tags found
1 merge request!61Issue #3261544 by agami4: Improve position of secondary nav and join group of the buttons
......@@ -168,6 +168,12 @@
margin-left: 10px;
}
[dir='rtl'] .socialblue--sky .block-profile-statistic-block .btn-group__chellange .btn + .btn, [dir='rtl']
.socialblue--sky .block-group-statistic-block .btn-group__chellange .btn + .btn {
margin-right: 10px;
margin-left: 0;
}
.socialblue--sky .block-profile-statistic-block .btn-group__chellange > .dropdown-toggle:not(:first-child),
.socialblue--sky .block-group-statistic-block .btn-group__chellange > .dropdown-toggle:not(:first-child) {
border-radius: 10px;
......
......@@ -80,6 +80,9 @@
padding-left: 1.5rem;
padding-right: 0;
}
[dir='rtl'] .socialblue--sky.path-user .layout--with-complementary .region--secondary-navigation, [dir='rtl'] .socialblue--sky.path-group .layout--with-complementary .region--secondary-navigation {
padding-left: 0;
}
}
@media (max-width: 899px) {
......
......@@ -237,6 +237,11 @@
.btn + .btn {
margin-left: 10px;
[dir='rtl'] & {
margin-right: 10px;
margin-left: 0;
}
}
> .dropdown-toggle:not(:first-child) {
......
......@@ -74,6 +74,10 @@
margin-right: auto;
padding-left: 1.5rem;
padding-right: 0;
[dir='rtl'] & {
padding-left: 0;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment