summaryrefslogtreecommitdiff
path: root/openstack_dashboard/themes/material/static/horizon/components/_context_selection.scss
blob: c0fe9b611ebf05c9bddf75e738697603947704e4 (plain)
1
2
3
4
5
6
7
8
9
.context-delimiter {
  @extend .mdi-stop;
  color: $gray-light;
  font-size: $font-size-small;

  &:before {
    content: "\F4DB";
  }
}