1/**
2 * @file
3 * Styling for the user module icons.
4 */
5
6/**
7 * Toolbar tab icon.
8 */
9.toolbar-bar .toolbar-icon-user:before {
10  background-image: url(../../images/core/icons/bebebe/person.svg);
11}
12.toolbar-bar .toolbar-icon-user:active:before,
13.toolbar-bar .toolbar-icon-user.is-active:before {
14  background-image: url(../../images/core/icons/ffffff/person.svg);
15}
16