diff --git a/wherehows-web/app/styles/components/dataset-compliance/_compliance-prompts.scss b/wherehows-web/app/styles/components/dataset-compliance/_compliance-prompts.scss index 3438d21d4c..a02f187f54 100644 --- a/wherehows-web/app/styles/components/dataset-compliance/_compliance-prompts.scss +++ b/wherehows-web/app/styles/components/dataset-compliance/_compliance-prompts.scss @@ -21,7 +21,7 @@ &__page-number { display: inline-block; font-size: 16px; - border:1px solid set-color(grey, light); + border: 1px solid set-color(grey, light); border-radius: 2px; padding: 5px; background-color: tint(set-color(green, green5), 65%); @@ -34,18 +34,18 @@ display: inline-block; } -/// A notification that a dataset contains a tag -.dataset-tagged { +.dataset-classification-indicator { + /// A notification that a dataset contains a tag + &--tagged { + &::before { + color: set-color(green, green5); + } + } - &::before { - color: set-color(green, green5); - } -} - -/// A notification that a dataset does not contains a tag -.dataset-not-tagged { - - &::before { - color: set-color(red, red5); + /// A notification that a dataset does not contains a tag + &--not-tagged { + &::before { + color: set-color(red, red5); + } } } diff --git a/wherehows-web/app/templates/components/dataset-confidential.hbs b/wherehows-web/app/templates/components/dataset-confidential.hbs index 1ed0b80f08..439ad2a66e 100644 --- a/wherehows-web/app/templates/components/dataset-confidential.hbs +++ b/wherehows-web/app/templates/components/dataset-confidential.hbs @@ -62,11 +62,13 @@ {{#if (eq props.value true)}} - + {{/if}} {{#if (eq props.value false)}} - + {{/if}}