generated from cms/tibi-docs
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
{#if Object.keys(row).length}
|
{#if Object.keys(row).length}
|
||||||
{#if row.topTitle}
|
{#if row.topTitle}
|
||||||
<h3
|
<h3
|
||||||
style="{row.topTitleUpperCase ? 'text-transform: uppercase; font-size: 1rem;' : 'font-size: 1.6rem'}"
|
style="{row.topTitleUpperCase ? 'text-transform: uppercase; font-size: 0.7rem;' : 'font-size: 1.6rem'}"
|
||||||
class:red="{row.topTitleRed}"
|
class:red="{row.topTitleRed}"
|
||||||
>
|
>
|
||||||
{row.topTitle}
|
{row.topTitle}
|
||||||
|
|||||||
@@ -39,7 +39,6 @@
|
|||||||
transition: all 600ms;
|
transition: all 600ms;
|
||||||
|
|
||||||
@media @tablet {
|
@media @tablet {
|
||||||
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.box {
|
.box {
|
||||||
@@ -62,7 +61,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
@media @tablet {
|
@media @tablet {
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user