Commit 606d9dd7 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): highlight current section

(fix): styles
1 merge request!674Onboarding
Pipeline #106667198 running with stages
......@@ -68,6 +68,10 @@
}
&.m-onboardingProgressbar__item--selected {
span:nth-child(2) {
color: #4a4a4a;
}
.m-onboardingProgressbarItem__selector {
@include m-theme() {
background-color: themed($m-aqua);
......
m-onboarding__hashtagsStep {
.m-onboarding__description {
line-height: 21px !important;
color: #4a4a4a !important;
}
ul.m-hashtags__list {
display: flex;
flex-wrap: wrap;
......
Please register or to comment