Skip to content

Commit f188897

Browse files
authored
add gitlab executor icon (via #1139)
1 parent ea6d35a commit f188897

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 12 additions & 0 deletions
Loading

allure-generator/src/main/javascript/blocks/executor-icon/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
&__teamcity {
1717
background-image: url(./teamcity.svg)
1818
}
19+
20+
&__gitlab {
21+
background-image: url(./gitlab.svg)
22+
}
1923
}
2024

2125
.executor {

0 commit comments

Comments
 (0)