Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -758,6 +758,16 @@ a {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu2_actions {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
row-gap: 10px;
|
||||||
|
|
||||||
|
a {
|
||||||
|
padding: 10px 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @media (max-width: 992px) {
|
// @media (max-width: 992px) {
|
||||||
|
|||||||
@@ -23,10 +23,15 @@
|
|||||||
<img src="/upload/filemanager/new-2024/assets/phone.svg" alt="">
|
<img src="/upload/filemanager/new-2024/assets/phone.svg" alt="">
|
||||||
+48 500 253 000
|
+48 500 253 000
|
||||||
</a>
|
</a>
|
||||||
<a href="<?= \front\factory\Pages::lang_url(5, $lang_id); ?>" class="btn1">
|
<div class="menu2_actions">
|
||||||
<img src="/upload/filemanager/new-2024/assets/calendar-icon.svg" alt="">
|
<a href="<?= \front\factory\Pages::lang_url(5, $lang_id); ?>" class="btn1">
|
||||||
<?= \S::lang('umow-spotkanie'); ?>
|
<img src="/upload/filemanager/new-2024/assets/calendar-icon.svg" alt="">
|
||||||
</a>
|
<?= \S::lang('umow-spotkanie'); ?>
|
||||||
|
</a>
|
||||||
|
<a href="/demo" class="btn1">
|
||||||
|
Bezpłatne demo
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user