Merge "Style the "new" indicator next to amc opt-in field"

This commit is contained in:
jenkins-bot 2019-07-17 15:13:30 +00:00 committed by Gerrit Code Review
commit 430439d3ac
1 changed files with 11 additions and 0 deletions

View File

@ -19,3 +19,14 @@
}
}
}
#mobile-options &.indicator-circle {
overflow: initial;
&:before {
content: '\2022';
color: @colorProgressive;
margin-right: 0.3em;
font-size: 1.2em;
}
}