Template:Callout/styles.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 9: Line 9:
.callout-header {
.callout-header {
   display: flex;
   display: flex;
  align-items: center;
/*  align-items: center; */
   gap: 0.35em;
   gap: 0.25em;
   margin-bottom: 0.4em;
   margin-bottom: 0.25em;
}
}


Line 20: Line 20:
.callout-label {
.callout-label {
   font-weight: bold;
   font-weight: bold;
   font-size: 1.1em;
   font-size: 1.2em;
}
}


Line 29: Line 29:


.callout-body {
.callout-body {
   margin-left: 1.6em;
   margin-left: 0.25em;
   line-height: 1.5;
   line-height: 1.5;
}
}