mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add download button
This commit is contained in:
parent
505d949101
commit
01bd04766b
@ -402,6 +402,13 @@
|
||||
"title": "wagerdex",
|
||||
"width": "150",
|
||||
"height": "30"
|
||||
},
|
||||
"writepaperfor": {
|
||||
"name": "writepaperfor",
|
||||
"url": "http://writepaperfor.me/",
|
||||
"title": "Write my paper for me",
|
||||
"width": "150",
|
||||
"height": "30"
|
||||
}
|
||||
},
|
||||
"home": [
|
||||
@ -437,6 +444,7 @@
|
||||
,"cryptocasinos"
|
||||
,"gambledex"
|
||||
,"wagerdex"
|
||||
,"writepaperfor"
|
||||
],
|
||||
"footer": ["polygon", "inkoop", "pondr"]
|
||||
}
|
||||
|
@ -62,7 +62,14 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="navbar-item bd-navbar-sponsor-button is-hidden-touch">
|
||||
<div class="navbar-item bd-navbar-download-button is-hidden-touch">
|
||||
<a class="button is-primary mr-3" href="{{ site.data.meta.download }}">
|
||||
<span class="icon">
|
||||
<i class="fas fa-download"></i>
|
||||
</span>
|
||||
<span>Download</span>
|
||||
</a>
|
||||
|
||||
<a href="{{ site.url }}{{ site.data.links.by_id.become-sponsor.path }}" class="button is-sponsor is-light">
|
||||
<span class="icon is-small">
|
||||
<i class="fas fa-thumbs-up"></i>
|
||||
|
@ -223,6 +223,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bd-navbar-mobile-download-icon,
|
||||
.bd-navbar-mobile-sponsor-icon {
|
||||
display: none !important;
|
||||
}
|
||||
@ -249,6 +250,7 @@
|
||||
}
|
||||
|
||||
@media screen and (min-width: 450px) and (max-width: $tablet - 1px) {
|
||||
.bd-navbar-mobile-download-icon,
|
||||
.bd-navbar-mobile-sponsor-icon {
|
||||
display: flex !important;
|
||||
}
|
||||
|
@ -18604,6 +18604,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
||||
box-shadow: inset 0 -2px 0 0 var(--search);
|
||||
}
|
||||
|
||||
.bd-navbar-mobile-download-icon,
|
||||
.bd-navbar-mobile-sponsor-icon {
|
||||
display: none !important;
|
||||
}
|
||||
@ -18626,6 +18627,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
||||
}
|
||||
|
||||
@media screen and (min-width: 450px) and (max-width: 768px) {
|
||||
.bd-navbar-mobile-download-icon,
|
||||
.bd-navbar-mobile-sponsor-icon {
|
||||
display: flex !important;
|
||||
}
|
||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/images/amis/writepaperfor.png
Normal file
BIN
docs/images/amis/writepaperfor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
docs/images/amis/writepaperfor@2x.png
Normal file
BIN
docs/images/amis/writepaperfor@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
Loading…
Reference in New Issue
Block a user