1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-26 21:14:38 +04:00
Files
tabler/scss/demo.scss
T
2020-02-22 12:38:47 +01:00

36 lines
573 B
SCSS

/*!
* Tabler (v1.0.0-alpha.4)
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
@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;
}
}