/*List of opacities for the COE website*/

/*How to use?*/

/*To add opacity to a Drupal Block */
/*Add the css tag (example: opacity-osu-light-grey) inside the block under Manage attributes > Block attributes*/

/* light grey opaque background */
.opacity-osu-light-grey {
  background-color: #e0e0e0b5 !important;
}

/* dark black opaque background */
.opacity-osu-dark-black {
  background-color: #2f2d2ddb !important;
}
