Files
tabler/scss/demo.scss
T
2020-02-09 16:49:37 +01:00

15 lines
243 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;
}