diff --git a/src/app/profile/dashboard/orientations-table/orientations-table.component.scss b/src/app/profile/dashboard/orientations-table/orientations-table.component.scss index adac3e8f0891d2191a7ce2dbddaa576e1d6bfa9f..944b40d5942a03d75d6ab393d1a657714427b3e6 100644 --- a/src/app/profile/dashboard/orientations-table/orientations-table.component.scss +++ b/src/app/profile/dashboard/orientations-table/orientations-table.component.scss @@ -31,6 +31,9 @@ background-color: $white; &.new { border-color: $blue-dark; + @media #{$tablet} { + border-color: $grey-7; + } } &.urgent { border-color: $red-dark;