selfprivacy.org/_vendor/github.com/google/docsy/assets/scss/shortcodes/cards-pane.scss

27 lines
373 B
SCSS
Raw Normal View History

2024-04-25 22:15:39 +00:00
.td-card-group.card-group {
2024-04-21 23:04:16 +00:00
@extend .td-max-width-on-larger-screens;
}
.td-card {
&.card {
@extend .td-max-width-on-larger-screens;
.highlight {
border: none;
2024-04-25 22:15:39 +00:00
margin: 0;
2024-04-21 23:04:16 +00:00
}
}
.card-body {
&.code {
background-color: #f8f9fa;
padding: 0 0 0 1ex;
}
pre {
margin: 0;
padding: 0 1rem 1rem 1rem;
}
}
2024-04-25 22:15:39 +00:00
}