diff options
author | Denys Mishunov <dmishunov@gitlab.com> | 2019-07-15 17:29:17 +0200 |
---|---|---|
committer | Denys Mishunov <dmishunov@gitlab.com> | 2019-07-15 17:29:17 +0200 |
commit | bad9d118806eb9a575cf6a5b20f530bf00826892 (patch) | |
tree | 006f8318e415f6579eb61e46ad8f2987fa07977e /app/assets/stylesheets | |
parent | 0e8af2525f16d871510c24e6e15f1bc80f133edd (diff) | |
download | gitlab-ce-bad9d118806eb9a575cf6a5b20f530bf00826892.tar.gz |
Fixed style-lint errors for `panels.scss`59875-stylelint-panels
Removed @extend from SCSS file in favor of directly assigning CSS class
in corresponding HTML snippets.
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/panels.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/panels.scss b/app/assets/stylesheets/framework/panels.scss index cd3d6f8297e..d9c93fed1c4 100644 --- a/app/assets/stylesheets/framework/panels.scss +++ b/app/assets/stylesheets/framework/panels.scss @@ -3,7 +3,6 @@ } .card-slim { - @extend .card; margin-bottom: $gl-vert-padding; } |