generated from cms/tibi-docs
This commit is contained in:
@@ -39,10 +39,7 @@
|
||||
|
||||
{#if Object.keys(row).length}
|
||||
{#if row.topTitle}
|
||||
<h3
|
||||
style="{row.topTitleUpperCase ? 'text-transform: uppercase; font-size: 0.7rem;' : 'font-size: 1.6rem'}"
|
||||
class:red="{row.topTitleRed}"
|
||||
>
|
||||
<h3 class="{row.topTitleUpperCase ? 'hph3' : 'nmh3'}" class:red="{row.topTitleRed}">
|
||||
{row.topTitle}
|
||||
</h3>
|
||||
{/if}
|
||||
@@ -183,4 +180,15 @@
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.hph3 {
|
||||
text-transform: uppercase;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
.nmh3 {
|
||||
font-size: 1rem;
|
||||
@media @tablet {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user