mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Bulma v9 website (#3249)
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
This commit is contained in:
50
docs/_sass/components/drawing.scss
Normal file
50
docs/_sass/components/drawing.scss
Normal file
@@ -0,0 +1,50 @@
|
||||
.bd-has-drawing {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bd-drawing {
|
||||
display: none;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
|
||||
&.bd-is-try-it-out {
|
||||
bottom: 100%;
|
||||
right: 100%;
|
||||
}
|
||||
|
||||
&.bd-is-love-letters {
|
||||
bottom: 110%;
|
||||
right: 10%;
|
||||
}
|
||||
|
||||
&.bd-is-crazy {
|
||||
right: 100%;
|
||||
top: 110%;
|
||||
}
|
||||
|
||||
&.bd-is-customize {
|
||||
right: -10%;
|
||||
top: 105%;
|
||||
}
|
||||
|
||||
&.bd-is-opinion-free {
|
||||
right: 100%;
|
||||
top: 110%;
|
||||
}
|
||||
|
||||
&.bd-is-join-us {
|
||||
bottom: 80%;
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
&.bd-is-spam-free {
|
||||
bottom: 100%;
|
||||
right: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
.bd-drawing {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user