dashboard: perfect view

This commit is contained in:
nemunaire 2018-12-10 02:10:01 +01:00
commit d60e9264e3
2 changed files with 34 additions and 30 deletions

View file

@ -92,10 +92,10 @@ body {
color: #A94442;
}
.point {
text-shadow: 0 0 20px #0055ff;
text-shadow: 0 0 20px #4eaee6;
}
.bg-dark .point {
text-shadow: 0 0 12px #0055ff;
text-shadow: 0 0 12px #4eaee6;
}
.end .point {
text-shadow: 0 0 20px #ff5500;
@ -295,3 +295,7 @@ blockquote {
.card-sm .card-body.text-indent p {
text-indent: 0.4rem;
}
.carousel-item, .carousel-caption {
height: inherit;
}