Skip to content

Commit 0eac9cd

Browse files
Update setup.scss
1 parent 09f13d8 commit 0eac9cd

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/_sass/custom/setup.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,24 @@ $media-queries: (
115115
lg: $content-width + $nav-width,
116116
xl: 87.5rem,
117117
) !default;
118+
119+
// Eigene Label-Farben
120+
.label-required {
121+
background-color: #9e3429;
122+
color: #fff;
123+
}
124+
125+
.label-conditional {
126+
background-color: #cf9a95;
127+
color: #fff;
128+
}
129+
130+
.label-recommended {
131+
background-color: #8bd977;
132+
color: #fff;
133+
}
134+
135+
.label-optional {
136+
background-color: #6ac6d9;
137+
color: #fff;
138+
}

0 commit comments

Comments
 (0)