Dodaj obsługę punktów Orlen w zamówieniach oraz popraw styl i logikę w szablonach

This commit is contained in:
2024-11-16 10:56:46 +01:00
parent 3cbf8842ab
commit 6c09a26b0d
24 changed files with 917 additions and 413 deletions

View File

@@ -2647,7 +2647,8 @@ ul.pager {
margin-bottom: 15px;
}
.inpost-info {
.inpost-info,
.orlen-info {
margin-bottom: 10px;
font-weight: 600;
font-style: italic;
@@ -2662,6 +2663,10 @@ ul.pager {
margin-left: 15px;
@include transition;
&.hidden {
display: none;
}
&:hover {
text-decoration: none;
background: $cBlue;