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.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 5ce1b64c850..f7c24191c4f 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -733,3 +733,16 @@ li.note {
.chzn-container-active .chzn-single {
background:#fff;
}
+
+/**
+ * Push event widget
+ *
+ */
+.event_lp {
+ @extend .alert-info;
+ margin-bottom:15px;
+ padding:8px;
+ border-style: solid;
+ border-width: 1px;
+ @include border-radius(4px);
+}