Skip to content

Commit 9136c1f

Browse files
Merge pull request #10 from madhuramendis/main
Add icons
2 parents ef7e6a2 + 54c866b commit 9136c1f

12 files changed

+40
-11
lines changed

css/openchoreo.css

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ background-color: #fff;
125125

126126

127127
.cButton.cOutlineCTA {
128-
background-image: url(../img/bgicons-new-01.webp);
128+
/* background-image: url(../img/bgicons-new-01.webp); */
129129
background-size: 40px;
130130
background-position: 10px center;
131131
background-repeat: no-repeat;
@@ -140,6 +140,35 @@ background-color: #fff;
140140
}
141141

142142

143+
.cButton.cOutlineCTA.cQuickStart {
144+
background-image: url(../img/Icons_quick-start.webp);
145+
}
146+
.cButton.cOutlineCTA.cFlexibleInstall {
147+
background-image: url(../img/Icons_flexible-install.webp);
148+
}
149+
150+
.cButton.cOutlineCTA.cReady-to-Use-Samples {
151+
background-image: url(../img/Icons_ready-to-use-samples.webp);
152+
}
153+
154+
.cButton.cOutlineCTA.cContribute {
155+
background-image: url(../img/Icons_contribute.webp);
156+
}
157+
158+
.cButton.cOutlineCTA.cReportIssues {
159+
background-image: url(../img/Icons_report-issues.webp);
160+
}
161+
162+
.cButton.cOutlineCTA.cJoinOurDiscord {
163+
background-image: url(../img/Icons_join-our-discord.webp);
164+
}
165+
166+
167+
168+
169+
170+
171+
143172
.cButton.cOutlineCTA:hover {
144173
background-color: #36A1FF;
145174
}

img/Icons_battle-tested.webp

20.5 KB
Loading

img/Icons_contribute.webp

19.4 KB
Loading

img/Icons_developer-centric.webp

18.6 KB
Loading

img/Icons_flexible-install.webp

20.3 KB
Loading

img/Icons_join-our-discord.webp

19.8 KB
Loading

img/Icons_policy-driven.webp

18.4 KB
Loading

img/Icons_quick-start.webp

18.2 KB
Loading
18.9 KB
Loading

img/Icons_report-issues.webp

17.9 KB
Loading

0 commit comments

Comments
 (0)