1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/scss/demo/_examples.scss
2020-02-02 16:48:59 +01:00

37 lines
449 B
SCSS

.example {
padding: 2rem;
margin: 1rem 0 0;
border: 1px solid $border-color;
border-radius: 3px 3px 0 0;
}
.example-bg {
background: $body-bg;
}
.example-code {
margin-top: 0;
border-top: none;
pre {
margin: 0;
border-radius: 0 0 3px 3px;
}
}
.example-column {
margin: 0 auto;
> .card:last-of-type {
margin-bottom: 0;
}
}
.example-column-1 {
max-width: 20rem;
}
.example-column-2 {
max-width: 40rem;
}