Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-26 09:09:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-26 09:09:44 +0300
commit6819cb95c9c0aa63fce1d246026978df5cac9e44 (patch)
tree1ade9d5fdb8853b29ae1fe2efcc94b7db999f1f3 /app/assets/stylesheets/components/whats_new.scss
parent926428e5abd85fbc6d6050dc15a06123308b5df2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/components/whats_new.scss')
-rw-r--r--app/assets/stylesheets/components/whats_new.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/assets/stylesheets/components/whats_new.scss b/app/assets/stylesheets/components/whats_new.scss
index 3e9060e869b..0d3f7ab9d38 100644
--- a/app/assets/stylesheets/components/whats_new.scss
+++ b/app/assets/stylesheets/components/whats_new.scss
@@ -59,13 +59,3 @@
.whats-new-modal-backdrop {
z-index: 699;
}
-
-.whats-new-notification-count {
- @include gl-bg-gray-900;
- @include gl-font-sm;
- @include gl-line-height-normal;
- @include gl-text-white;
- @include gl-vertical-align-top;
- border-radius: 20px;
- padding: 3px 10px;
-}