You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
526 B

@import '../variables/sizes';
@import 'cdb-variables/colors';
.UserRoleIndicator {
display: inline-block;
padding: 0 8px;
border-width: 1px;
border-style: solid;
border-radius: 2px;
background: $cWhite;
font: bold 10px 'Open Sans';
line-height: 18px;
text-transform: uppercase;
}
.UserRoleIndicator--filled {
color: $cWhite;
}
.UserRoleIndicator--filled.is-green {
border-color: #8EB83F;
background: #8EB83F;
}
.UserRoleIndicator--filled.is-grey {
border-color: #979EA1;
background: #979EA1;
}