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:
authorEzekiel Kigbo <ekigbo@gitlab.com>2019-09-10 18:29:06 +0300
committerClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-09-10 18:29:06 +0300
commit2c39da05e76bc263fd3b1d8aee2a1c5dc2c903bd (patch)
tree4381ec9ed76bebd4484d0b2d1837aff144b95ac8 /app/assets/stylesheets/utilities.scss
parentb13e18da39b24b83fdfb242ddcaf127159e23983 (diff)
Async import custom stage form components
Imports the files needed for the custom stage form and adds the EE specific css. Added stub addStageMixin
Diffstat (limited to 'app/assets/stylesheets/utilities.scss')
-rw-r--r--app/assets/stylesheets/utilities.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/utilities.scss b/app/assets/stylesheets/utilities.scss
index 3648ec5e239..d2906ce0780 100644
--- a/app/assets/stylesheets/utilities.scss
+++ b/app/assets/stylesheets/utilities.scss
@@ -15,3 +15,9 @@
font-size: $size;
}
}
+
+.border-width-1px { border-width: 1px; }
+.border-style-dashed { border-style: dashed; }
+.border-style-solid { border-style: solid; }
+.border-color-blue-300 { border-color: $blue-300; }
+.border-color-default { border-color: $border-color; }