mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Add v1 banner
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use "sass:math";
|
||||
|
||||
@keyframes bdGrow {
|
||||
from {
|
||||
transform: scale(0);
|
||||
@@ -49,7 +51,7 @@ $focus-delay: 0;
|
||||
transform-origin: center center;
|
||||
}
|
||||
|
||||
$delay-subtitle: $delay / 2;
|
||||
$delay-subtitle: math.div($delay, 2);
|
||||
|
||||
// Titles
|
||||
.bd-focus-item {
|
||||
|
||||
Reference in New Issue
Block a user