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:
Diffstat (limited to 'app/assets/stylesheets/common.scss')
-rw-r--r--app/assets/stylesheets/common.scss17
1 files changed, 9 insertions, 8 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index d6750d3a9df..33a1f3427ee 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -114,9 +114,17 @@ a:focus {
margin-top:10px;
}
+.prepend-top-20 {
+ margin-top:20px;
+}
+
.padded {
padding:20px;
}
+
+.ipadded {
+ padding:20px !important;
+}
.no-borders {
border:none;
}
@@ -861,14 +869,7 @@ p.time {
border:none;
&:hover {
background:none;
-
- h4 {
- color:#2FA0BB;
- .arrow {
- background:#2FA0BB;
- color:#fff;
- }
- }
+ h4 { color:#2FA0BB; }
}
h4 {