dashboard: perfect view
This commit is contained in:
parent
25b23e7ae0
commit
d60e9264e3
2 changed files with 34 additions and 30 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue