
.restriction {
  .el-icon-error {
    color: $--notification-danger-icon-color;
    vertical-align: bottom;
  }
  .el-icon-warning {
    color: $--notification-warning-icon-color;
    vertical-align: bottom;
  }
}

.restriction-continueQuestion {
  margin-bottom: -30px;
  margin-top: 30px;
  font-weight: 500;
  text-align: center;
}

.restriction-resourceName {
  font-size: 17px;
  font-weight: 500;

  .el-badge__content {
    top: 6px;
    right: 1px;
  }
}

.restriction-list {
  a { color: $--color-primary; }
}

.restriction-resourceId {
  color: $light-grey-color;
}
