Skip to content
Snippets Groups Projects
Commit d299916a authored by François Michonneau's avatar François Michonneau
Browse files

consolidate badge classes to swc.css

the class removed are unused as we take advantage of classes provided by
Bootstrap instead.
parent caa88ff7
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