Commit 9b781521 authored by Aurelien's avatar Aurelien
Browse files

Merge branch '100-define-labels-to-categorize-the-jobs' into 'latest'

Resolve "Define labels to categorize the jobs"

Closes #100

See merge request r2devops/hub!141
parents 1ed72a1b 08e99b79
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -267,3 +267,22 @@ button.md-button-center:hover {
a.banner-link:hover {
    font-weight: bold;;
}

.label{
  display: inline-flex;
  border-radius: 5px;
  background-color: #00B1D2;
  margin-right: 0.1rem;
  padding: 0.0rem 0.4rem 0.0rem 0.4rem;
  margin-bottom:0.4rem;
  opacity: 1;
  color:white;

}
.label > a{
  color:white;
  cursor: pointer;
}
.labels_zone{
  font-size:0.6rem;
}
+5 −1
Original line number Diff line number Diff line
@@ -4,3 +4,7 @@ default_stage: build
icon: 📒
maintainer: thomasboni
license: MIT
labels:
  - GitLab
  - API
  - Documentation
+5 −0
Original line number Diff line number Diff line
@@ -4,3 +4,8 @@ default_stage: build
icon: 🐳
maintainer: thomasboni
license: MIT
labels:
  - GitLab
  - Build
  - Container
  - Docker
+5 −1
Original line number Diff line number Diff line
@@ -4,3 +4,7 @@ default_stage: build
icon: 🌐
maintainer: Protocole
license: MIT
labels:
  - GitLab
  - .NET
  - Build
+3 −0
Original line number Diff line number Diff line
@@ -4,3 +4,6 @@ default_stage: build
icon: 📃
maintainer: coconux
license: MIT
labels:
  - GitLab
  - Documentation
Loading