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>2022-04-05 00:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-05 00:08:45 +0300
commit4067f40b62f9daa0a8d61ca57b68b8911ef22373 (patch)
treed538674e4b69177f9a9750fa55c7b0cf41ed2038 /app/assets/stylesheets
parent6d05fbc4786dc542544ed08324fdd938073a1917 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/page_bundles/milestone.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/assets/stylesheets/page_bundles/milestone.scss b/app/assets/stylesheets/page_bundles/milestone.scss
index 989219552a6..aa582db10d2 100644
--- a/app/assets/stylesheets/page_bundles/milestone.scss
+++ b/app/assets/stylesheets/page_bundles/milestone.scss
@@ -7,21 +7,7 @@ $status-box-line-height: 26px;
}
.milestones {
- padding: $gl-padding-8;
- margin-top: $gl-padding-8;
- border-radius: $border-radius-default;
- background-color: var(--gray-100, $gray-100);
-
.milestone {
- border: 0;
- padding: $gl-padding-top $gl-padding;
- border-radius: $border-radius-default;
- background-color: var(--white, $white);
-
- &:not(:last-child) {
- margin-bottom: $gl-padding-4;
- }
-
h4 {
font-weight: $gl-font-weight-bold;
}