mirror of
https://github.com/tabler/tabler.git
synced 2026-08-09 12:52:24 +04:00
fix #1355 - missing font sizes
This commit is contained in:
@@ -81,7 +81,7 @@ menu: extra.job-listing
|
||||
<div class="card-body ps-0">
|
||||
<div class="row">
|
||||
<div class="col"><h3 class="mb-0"><a href="#">{{ job.title }}</a></h3></div>
|
||||
{% if job.salary %}<div class="col-auto fs-h3 text-green">{{ job.salary }}</div>{% endif %}
|
||||
{% if job.salary %}<div class="col-auto fs-3 text-green">{{ job.salary }}</div>{% endif %}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
||||
@@ -88,12 +88,12 @@ $h6-line-height: 1rem !default;
|
||||
$small-font-size: 85.714285% !default;
|
||||
|
||||
$font-sizes: (
|
||||
h1: $h1-font-size,
|
||||
h2: $h2-font-size,
|
||||
h3: $h3-font-size,
|
||||
h4: $h4-font-size,
|
||||
h5: $h5-font-size,
|
||||
h6: $h6-font-size,
|
||||
1: $h1-font-size,
|
||||
2: $h2-font-size,
|
||||
3: $h3-font-size,
|
||||
4: $h4-font-size,
|
||||
5: $h5-font-size,
|
||||
6: $h6-font-size,
|
||||
) !default;
|
||||
|
||||
$line-heights: (
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
}
|
||||
|
||||
@each $name, $value in $font-sizes {
|
||||
--#{$prefix}font-size-#{$name}: #{$value};
|
||||
--#{$prefix}font-size-h#{$name}: #{$value};
|
||||
}
|
||||
|
||||
@each $name, $value in $line-heights {
|
||||
|
||||
Reference in New Issue
Block a user