Skip to content
Snippets Groups Projects
Commit a3b57313 authored by Raniere Silva's avatar Raniere Silva
Browse files

Merge pull request #24 from fmichonneau/merge-badge-classes

consolidate badge classes to swc.css
parents caa88ff7 d299916a
Branches
Tags
No related merge requests found
.badges-section {
margin-bottom:30px;
}
.badges-section .media {
margin-top: 30px;
}
h1.badge-title{
margin-top: 10px;
}
#modal-badge-img {
position:absolute;
right: 25px;
bottom: 25px;
opacity: 0.5;
}
#assertion-modal.in {
color: black;
}
......@@ -445,6 +445,16 @@ table.workshops td.date {
opacity: 0.5;
}
#modal-badge-img {
position:absolute;
right: 25px;
bottom: 25px;
opacity: 0.5;
}
#assertion-modal.in {
color: black;
}
/* list with checkbox as bullet */
ul.checklist {
list-style-image: url('../img/checkbox.png');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment