mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 02:44:29 -07:00
Update homepage
This commit is contained in:
@@ -6311,11 +6311,15 @@ body.page-grid .column > .notification {
|
||||
}
|
||||
|
||||
@keyframes floatUp {
|
||||
from {
|
||||
0% {
|
||||
box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0);
|
||||
transform: scale(0.86);
|
||||
}
|
||||
to {
|
||||
67% {
|
||||
box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2);
|
||||
transform: scale(1);
|
||||
}
|
||||
100% {
|
||||
box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2);
|
||||
transform: scale(1);
|
||||
}
|
||||
@@ -6358,7 +6362,7 @@ body.page-grid .column > .notification {
|
||||
|
||||
#b {
|
||||
animation-delay: 1s;
|
||||
animation-duration: 1s;
|
||||
animation-duration: 1.5s;
|
||||
animation-fill-mode: both;
|
||||
animation-name: floatUp;
|
||||
animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
|
||||
@@ -6669,3 +6673,13 @@ body.page-grid .column > .notification {
|
||||
border-color: white;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
html ::-moz-selection {
|
||||
background: #11e4c4;
|
||||
color: white;
|
||||
}
|
||||
|
||||
html ::selection {
|
||||
background: #11e4c4;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user