horizon/openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss

10 lines
137 B
SCSS

.context-delimiter {
@extend .mdi-stop;
color: $gray-light;
font-size: $font-size-small;
&:before {
content: "\F4DB";
}
}