mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
29 lines
386 B
SCSS
29 lines
386 B
SCSS
@import "config";
|
|
@import "demo/highlight";
|
|
@import "demo/examples";
|
|
|
|
|
|
.card-sponsor {
|
|
background: #dbe7f6 no-repeat center/100% 100%;
|
|
border-color: #548ed2;
|
|
min-height: 316px;
|
|
}
|
|
|
|
body.no-transitions * {
|
|
transition: none !important;
|
|
}
|
|
|
|
.toc-entry {
|
|
&:before {
|
|
content: '- '
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
a {
|
|
color: $text-muted;
|
|
}
|
|
} |