demo.scss 573 字节
Newer Older
C
codecalm 已提交
1 2 3 4 5 6 7
/*!
 * 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)
 */

C
codecalm 已提交
8 9
@import "config";
@import "demo/highlight";
C
codecalm 已提交
10 11 12 13 14 15 16
@import "demo/examples";


.card-sponsor {
  background: #dbe7f6 no-repeat center/100% 100%;
  border-color: #548ed2;
  min-height: 316px;
C
codecalm 已提交
17 18 19 20 21
}

body.no-transitions * {
  transition: none !important;
}
C
codecalm 已提交
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36

.toc-entry {
  &:before {
    content: '- '
  }

  ul {
    list-style: none;
    padding-left: 1rem;
  }

  a {
    color: $text-muted;
  }
}