diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-09 00:09:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-09 00:09:42 +0000 |
commit | 77914793a349059bf523b131fc925b34349d6884 (patch) | |
tree | e21ee34216768d49a3309c453a444b5e29675a78 /app/assets/stylesheets/framework | |
parent | cb36ae7dd5fde175f8a24bfa97b20e9b2e2058bf (diff) | |
download | gitlab-ce-77914793a349059bf523b131fc925b34349d6884.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r-- | app/assets/stylesheets/framework/tables.scss | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss index 39d9e9a77f9..89713fdbbea 100644 --- a/app/assets/stylesheets/framework/tables.scss +++ b/app/assets/stylesheets/framework/tables.scss @@ -184,46 +184,3 @@ table { border-top: 0; } } - -.vulnerability-list { - @media (min-width: $breakpoint-sm) { - .checkbox { - padding-left: $gl-spacing-scale-4; - padding-right: 0; - width: 1px; - - + td, - + th { - padding-left: $gl-spacing-scale-4; - } - } - - .detected { - width: 9%; - } - - .status { - width: 8%; - } - - .severity { - width: 10%; - } - - .description { - max-width: 0; - } - - .identifier { - width: 16%; - } - - .scanner { - width: 10%; - } - - .activity { - width: 5%; - } - } -} |