gitlab-notification/documentation/ru/docs/stylesheets/extra.css

17 lines
281 B
CSS
Raw Normal View History

.md-typeset .admonition,
.md-typeset details {
border-width: 0;
border-left-width: 4px;
2023-02-25 23:03:38 +03:00
}
@keyframes heart {
0%, 40%, 80%, 100% {
transform: scale(1);
}
20%, 60% {
transform: scale(1.15);
}
}
.heart {
animation: heart 1000ms infinite;
}