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/sections/projects.scss')
-rw-r--r--app/assets/stylesheets/sections/projects.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss
index 949d646afcd..35279bff6a5 100644
--- a/app/assets/stylesheets/sections/projects.scss
+++ b/app/assets/stylesheets/sections/projects.scss
@@ -232,3 +232,15 @@ ul.nav.nav-projects-tabs {
.deploy-project-label {
margin: 1px;
}
+
+.vs-public {
+ color: $bg_primary;
+}
+
+.vs-internal {
+ color: $bg_warning;
+}
+
+.vs-private {
+ color: $bg_success;
+}