Add drawings

This commit is contained in:
Jeremy Thomas
2018-04-11 12:54:56 +01:00
parent 421ec20b7a
commit 77c3aa5c98
22 changed files with 158 additions and 26 deletions

View File

@@ -9772,6 +9772,10 @@ label.panel-block:hover {
position: relative;
}
.bd-category-name.is-active {
color: #3273dc;
}
.bd-category-list {
display: none;
padding: 0.5rem;
@@ -11107,6 +11111,57 @@ svg {
color: #fff;
}
.bd-has-drawing {
position: relative;
}
.bd-drawing {
display: none;
pointer-events: none;
position: absolute;
}
.bd-drawing.bd-is-try-it-out {
bottom: 100%;
right: 100%;
}
.bd-drawing.bd-is-love-letters {
bottom: 110%;
right: 10%;
}
.bd-drawing.bd-is-crazy {
left: -10%;
top: 110%;
}
.bd-drawing.bd-is-customize {
right: -10%;
top: 105%;
}
.bd-drawing.bd-is-opinion-free {
right: 100%;
top: 110%;
}
.bd-drawing.bd-is-join-us {
bottom: 80%;
left: 100%;
}
.bd-drawing.bd-is-spam-free {
bottom: 100%;
right: 90%;
}
@media screen and (min-width: 769px), print {
.bd-drawing {
display: inline;
}
}
.bd-links {
counter-reset: bd-links;
}