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

Bug: T225731
Depends-On: I0821300dbcbc6baa9c56eb3c711c713bb0cb9e14
Change-Id: Id13e2a0fe3863fa4ae6aee878bf15a424fca7c31
This commit is contained in:
Piotr Miazga 2019-07-17 02:49:50 +02:00
parent e6b4f4f2b2
commit 016631f57a
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;
}
}