Skip to content
Snippets Groups Projects
Commit bd657218 authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] font size on button

parent 889eb7ee
No related branches found
No related tags found
2 merge requests!609Release,!608Small tuning and fixes of pirati.cz (main) module
Pipeline #9637 passed
<button type="submit" class="btn btn__slide__wrap {{ classes }}"> <button type="submit" class="btn btn__slide__wrap {{ classes }}">
<span class="btn text-lg bg-black px-1 text-white lg:text-base"> <span class="btn text-base bg-black px-1 text-white">
{{ btn-text }} {{ btn-text }}
</span> </span>
<span class="btn text-lg bg-white px-1 text-black lg:text-base"> <span class="btn text-base bg-white px-1 text-black">
{{ btn-text }} {{ btn-text }}
</span> </span>
</button> </button>
<button type="submit" class="btn btn__slide__wrap {{ extra_classes }}"> <button type="submit" class="btn btn__slide__wrap {{ extra_classes }}">
<span class="btn text-lg bg-black text-white px-1 lg:text-base"> <span class="btn text-base bg-black text-white px-1">
{{ btn_text | default_if_none:"Číst dále" }} {{ btn_text | default_if_none:"Číst dále" }}
</span> </span>
<span class="btn text-lg bg-white text-black px-1 lg:text-base"> <span class="btn text-base bg-white text-black px-1">
{{ btn_text | default_if_none:"Číst dále" }} {{ btn_text | default_if_none:"Číst dále" }}
</span> </span>
</button> </button>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment