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:
authorPhil Hughes <me@iamphill.com>2016-06-21 11:54:15 +0300
committerPhil Hughes <me@iamphill.com>2016-06-21 11:54:15 +0300
commitb5a718d1d793dd0dde38d598b5594d40873874cd (patch)
tree06bf71759d162fb25abdba8f08ac725778f14373 /app/assets/stylesheets/framework/blank.scss
parenta8957458f76cf3049b75a24c4f91241fe5a50e29 (diff)
Updated blank state for environments and deployments
Closes #18661
Diffstat (limited to 'app/assets/stylesheets/framework/blank.scss')
-rw-r--r--app/assets/stylesheets/framework/blank.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/blank.scss b/app/assets/stylesheets/framework/blank.scss
new file mode 100644
index 00000000000..40b5171a8c6
--- /dev/null
+++ b/app/assets/stylesheets/framework/blank.scss
@@ -0,0 +1,23 @@
+.blank-state {
+ padding-top: 20px;
+ padding-bottom: 20px;
+ text-align: center;
+}
+
+.blank-state-no-icon {
+ padding-top: 40px;
+ padding-bottom: 40px;
+}
+
+.blank-state-title {
+ margin-top: 0;
+ margin-bottom: 5px;
+ font-size: 19px;
+ font-weight: normal;
+}
+
+.blank-state-text {
+ margin-top: 0;
+ margin-bottom: $gl-padding;
+ font-size: 15px;
+}