diff options
author | Phil Hughes <me@iamphill.com> | 2019-05-15 07:42:33 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-05-15 07:42:33 +0000 |
commit | e2433d64016c61c7e7e9ac2c04dd2a85c3805ca7 (patch) | |
tree | b7e1e080f6c0bd98e3a263ece150baa4952eef6c | |
parent | bd652b6d14824c3541f1bc97e4a5e922ae5d01fd (diff) | |
parent | 900083d89cd6af391d26ab7922b3f64fa2839bef (diff) | |
download | gitlab-ce-e2433d64016c61c7e7e9ac2c04dd2a85c3805ca7.tar.gz |
Merge branch '57239-remove-unused-h3-w3-classes' into 'master'
Remove unused h-3 and w-3 classes
Closes #57239
See merge request gitlab-org/gitlab-ce!28297
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 2b499e50ea3..2e38b260f5f 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -439,10 +439,6 @@ img.emoji { .min-height-0 { min-height: 0; } -.w-3 { width: #{3 * $grid-size}; } - -.h-3 { width: #{3 * $grid-size}; } - .svg-w-100 { svg { width: 100%; |