-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
3,587 additions
and
9,133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,79 @@ | ||
{% include footer/support.html %} | ||
{% include footer/support.html %} {% include global/native.html %} {% include | ||
footer/main.html %} | ||
|
||
{% include global/native.html %} | ||
<div class="v1-modal modal"> | ||
<div class="bd-book-modal-background"></div> | ||
<h3 class="v1-modal-title title"> | ||
<span class="v1-modal-emoji">🎉</span> | ||
Bulma v1 is coming soon! | ||
</h3> | ||
|
||
{% include footer/main.html %} | ||
<ul class="v1-tags"> | ||
<li class="v1-tag" style="background-color: #2a2e37; color: #fff"> | ||
<span class="icon" style="color: #8158f5"> | ||
<i class="fas fa-moon"></i> | ||
</span> | ||
Dark Mode | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-danger"> | ||
<i class="fas fa-th-large"></i> | ||
</span> | ||
Smart Grid | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-link"> | ||
<i class="fab fa-css3"></i> | ||
</span> | ||
CSS Variables | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-amazon"> | ||
<i class="fas fa-tint"></i> | ||
</span> | ||
Auto-Color | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-success"> | ||
<i class="fas fa-paint-brush"></i> | ||
</span> | ||
Themes | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-rss"> | ||
<i class="fas fa-spinner"></i> | ||
</span> | ||
Skeleton Loaders | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-info"> | ||
<i class="fas fa-palette"></i> | ||
</span> | ||
Auto-Palettes | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-sass"> | ||
<i class="fas fa-bullseye"></i> | ||
</span> | ||
Dart Sass Support | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-primary"> | ||
<i class="fas fa-info-circle"></i> | ||
</span> | ||
Improved Accessibility | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-fortyfour"> | ||
<i class="fas fa-swatchbook"></i> | ||
</span> | ||
HSLA | ||
</li> | ||
<li class="v1-tag is-last">and much more…</li> | ||
</ul> | ||
|
||
<button | ||
class="bd-book-modal-close modal-close is-large" | ||
aria-label="close" | ||
></button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<div class="v1-banner"> | ||
<h3 class="v1-title"> | ||
<span class="v1-emoji">🎉</span> | ||
Bulma v1 is coming soon! | ||
</h3> | ||
|
||
<div class="v1-features"> | ||
<ul class="v1-tags"> | ||
<li class="v1-tag" style="background-color: #2a2e37; color: #fff"> | ||
<span class="icon" style="color: #8158f5"> | ||
<i class="fas fa-moon"></i> | ||
</span> | ||
Dark Mode | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-danger"> | ||
<i class="fas fa-th-large"></i> | ||
</span> | ||
Smart Grid | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-link"> | ||
<i class="fab fa-css3"></i> | ||
</span> | ||
CSS Variables | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-amazon"> | ||
<i class="fas fa-tint"></i> | ||
</span> | ||
Auto-Color | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-success"> | ||
<i class="fas fa-paint-brush"></i> | ||
</span> | ||
Themes | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-rss"> | ||
<i class="fas fa-spinner"></i> | ||
</span> | ||
Skeleton Loaders | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-info"> | ||
<i class="fas fa-palette"></i> | ||
</span> | ||
Auto-Palettes | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-sass"> | ||
<i class="fas fa-bullseye"></i> | ||
</span> | ||
Dart Sass Support | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-primary"> | ||
<i class="fas fa-info-circle"></i> | ||
</span> | ||
Improved Accessibility | ||
</li> | ||
<li class="v1-tag"> | ||
<span class="icon has-text-fortyfour"> | ||
<i class="fas fa-swatchbook"></i> | ||
</span> | ||
HSLA | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="v1-more">and much more…</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
.v1-banner { | ||
display: flex; | ||
} | ||
|
||
.v1-modal { | ||
font-family: "Inter", $family-sans-serif; | ||
z-index: 100; | ||
} | ||
|
||
.v1-banner, | ||
.v1-modal { | ||
background: conic-gradient( | ||
from 180deg at 50% 50%, | ||
#040435 0deg, | ||
#430677 60.00000178813934deg, | ||
#b61bbd 97.50000357627869deg, | ||
#fe5c65 149.9999964237213deg, | ||
#ff896f 179.72567439079285deg, | ||
#fc8433 209.51215267181396deg, | ||
#fd8d4d 226.2606167793274deg, | ||
#f45b10 244.58197116851807deg, | ||
#ad267d 279.1821026802063deg, | ||
#4b1acd 300.7368063926697deg, | ||
#004e9c 319.7864770889282deg, | ||
#003773 338.803768157959deg, | ||
#040435 360deg | ||
); | ||
} | ||
|
||
.v1-banner { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
padding: 1rem; | ||
gap: 1rem; | ||
flex-wrap: wrap; | ||
} | ||
|
||
.v1-emoji { | ||
display: block; | ||
} | ||
|
||
.v1-title { | ||
color: #fff; | ||
display: flex; | ||
align-items: center; | ||
gap: 0.5em; | ||
font-weight: 800; | ||
line-height: 112.5%; | ||
text-align: center; | ||
font-size: 1.25rem; | ||
white-space: nowrap; | ||
} | ||
|
||
.v1-features { | ||
display: flex; | ||
align-items: center; | ||
overflow: hidden; | ||
-webkit-mask-image: linear-gradient(to left, transparent 0%, black 10%); | ||
mask-image: linear-gradient(to left, transparent 0%, black 10%); | ||
} | ||
|
||
.v1-tags { | ||
align-items: center; | ||
display: flex; | ||
justify-content: flex-start; | ||
gap: 1em; | ||
} | ||
|
||
.v1-tag { | ||
background-color: white; | ||
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04), | ||
0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.04); | ||
display: flex; | ||
font-size: 1em; | ||
font-weight: 500; | ||
line-height: 1.25; | ||
padding: 0.5em 0.75em 0.5em 0.5em; | ||
align-items: center; | ||
border-radius: 0.5em; | ||
white-space: nowrap; | ||
} | ||
|
||
.v1-more { | ||
background: none; | ||
box-shadow: none; | ||
color: white; | ||
white-space: nowrap; | ||
font-weight: 500; | ||
} | ||
|
||
@include tablet { | ||
.v1-banner { | ||
flex-wrap: nowrap; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.