Skip to content

Commit 532ad81

Browse files
committed
polish the credits page
Signed-off-by: Chris Abraham <[email protected]>
1 parent 24beaff commit 532ad81

File tree

5 files changed

+185
-105
lines changed

5 files changed

+185
-105
lines changed

_sass/announcement.scss

+81
Original file line numberDiff line numberDiff line change
@@ -323,3 +323,84 @@
323323
}
324324

325325

326+
.announcement .cloud-credits-table {
327+
font-size: 1.1rem;
328+
margin-top: 40px;
329+
ul {
330+
padding-left: 20px;
331+
li {
332+
margin-top: 10px;
333+
font-size: 1.1rem;
334+
}
335+
}
336+
337+
.col-md {
338+
border-radius: 5px;
339+
margin-bottom: 40px;
340+
}
341+
342+
.card {
343+
border-radius: 6px;
344+
}
345+
346+
.thead {
347+
border-top-left-radius: 5px;
348+
border-top-right-radius: 5px;
349+
color: #fff;
350+
padding: 14px 20px;
351+
text-align: center;
352+
}
353+
.col-md:first-child .thead {
354+
background: conic-gradient(from 53deg at 37% 100%, #828282 0, hsla(0, 0%, 51%, .95) 100%);
355+
}
356+
.col-md:nth-child(2) .thead {
357+
background: conic-gradient(from 53deg at 37% 100%, #ab9344 0, rgba(171, 147, 68, .95) 100%);
358+
}
359+
.col-md:nth-child(3) .thead {
360+
background: conic-gradient(from 53deg at 37% 100%, #293850 0, rgba(41, 56, 80, .95) 100%);
361+
}
362+
363+
.tbody {
364+
border-bottom: 1px solid #d0d0d0;
365+
border-left: 1px solid #d0d0d0;
366+
border-right: 1px solid #d0d0d0;
367+
height: 100%;
368+
padding: 26px 20px;
369+
}
370+
371+
.tfoot {
372+
background-color: #000;
373+
border-bottom-left-radius: 5px;
374+
border-bottom-right-radius: 5px;
375+
color: #fff;
376+
padding: 20px;
377+
text-align: center;
378+
}
379+
}
380+
381+
.announcement .steps-columns {
382+
background-color: transparent;
383+
384+
.col-md {
385+
margin-bottom: 20px;
386+
padding: 20px;
387+
}
388+
389+
h3 {
390+
margin-bottom: 20px;
391+
}
392+
393+
.step {
394+
font-size: 1.5rem;
395+
margin-bottom: 5px;
396+
margin-top: 20px;
397+
}
398+
399+
ul {
400+
padding-left: 20px;
401+
li {
402+
margin-top: 10px;
403+
}
404+
}
405+
406+
}

assets/images/icon-cloud1.svg

+1-1
Loading

assets/images/icon-examine.svg

+1-1
Loading

0 commit comments

Comments
 (0)