mirror of
https://github.com/tabler/tabler.git
synced 2026-08-21 02:14:26 +04:00
15 lines
243 B
SCSS
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;
|
|
}
|