1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-17 02:51:41 +04:00

feat: update profile layout and add callout shortcode for improved documentation clarity

This commit is contained in:
codecalm
2025-04-19 15:56:49 +02:00
parent a922c1f226
commit f9f9663b2a
14 changed files with 80 additions and 1315 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
justify-content: center;
width: var(--#{$prefix}timeline-icon-size, $avatar-size);
height: var(--#{$prefix}timeline-icon-size, $avatar-size);
background: var(--#{$prefix}gray-200);
background: var(--#{$prefix}bg-surface-secondary);
color: var(--#{$prefix}secondary);
border-radius: var(--#{$prefix}border-radius);
z-index: 5
+13
View File
@@ -316,3 +316,16 @@ $text-variants: (
margin-bottom: 0;
}
}
.callout {
margin-bottom: 1.5rem;
border: 1px solid var(--#{$prefix}primary-200);
border-radius: var(--#{$prefix}border-radius);
padding: .5rem 1rem;
background: var(--#{$prefix}primary-lt);
&>:last-child {
margin-bottom: 0;
}
}