2018-10-24 00:06:39 +02:00
|
|
|
.sl-c-callout {
|
2018-10-27 06:35:30 +02:00
|
|
|
margin: sl-px-to-rem(24px) 0;
|
|
|
|
padding: sl-px-to-rem(12px) sl-px-to-rem(16px);
|
2018-10-24 00:06:39 +02:00
|
|
|
background: $nebula;
|
|
|
|
|
|
|
|
&--warning,
|
|
|
|
&--fun-fact {
|
|
|
|
|
|
|
|
&,
|
|
|
|
a,
|
|
|
|
code { color: $white; }
|
|
|
|
|
|
|
|
a { text-decoration: underline; }
|
|
|
|
}
|
|
|
|
|
|
|
|
&--warning { background: darken($hopbush, 10%); }
|
|
|
|
|
|
|
|
&--fun-fact { background: darken($patina, 10%); }
|
|
|
|
|
2018-10-27 06:35:30 +02:00
|
|
|
h3 { padding-top: sl-px-to-rem(12px); }
|
2018-10-24 00:06:39 +02:00
|
|
|
|
|
|
|
.highlight {
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3,
|
|
|
|
.highlight code,
|
|
|
|
.ui-tabs .ui-tabs-nav .ui-tabs-active a,
|
2018-10-27 06:35:30 +02:00
|
|
|
.ui-tabs .ui-tabs-nav li.css-tab a::before { color: inherit; }
|
2018-10-24 00:06:39 +02:00
|
|
|
}
|