Skip to content

Commit 4c3810d

Browse files
committed
Simplifying list-item component
1 parent 192942a commit 4c3810d

File tree

3 files changed

+1
-108
lines changed

3 files changed

+1
-108
lines changed

css/style.css

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,49 +1578,6 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
15781578
color: #075207;
15791579
text-decoration: underline;
15801580
}
1581-
.discount_in_list-item {
1582-
position: absolute;
1583-
bottom: 17px;
1584-
left: 2px;
1585-
max-width: 30%;
1586-
z-index: 10;
1587-
font-size: 11px;
1588-
line-height: 13px;
1589-
}
1590-
.discount_in_list-item a {
1591-
display: inline-block;
1592-
padding: 3px;
1593-
background: #efefef;
1594-
color: #444;
1595-
}
1596-
@media only screen and (min-width: 768px) {
1597-
.discount_in_list-item {
1598-
top: 155px;
1599-
right: 12px;
1600-
left: auto;
1601-
max-width: 150px;
1602-
}
1603-
.discount_in_list-item a {
1604-
font-size: 12px;
1605-
padding: 7px;
1606-
}
1607-
}
1608-
.discount_in_list-item.with_image_icon {
1609-
padding-left: 3px;
1610-
margin-top: -10px;
1611-
}
1612-
.discount_in_list-item.with_image_icon a {
1613-
padding: 0;
1614-
background: transparent;
1615-
}
1616-
.discount_in_list-item.with_image_icon img {
1617-
max-height: 40px;
1618-
}
1619-
@media only screen and (min-width: 768px) {
1620-
.discount_in_list-item.with_image_icon img {
1621-
max-height: 50px;
1622-
}
1623-
}
16241581
/*
16251582
16261583
Ceny, datumy - velke "cenovky"

0 commit comments

Comments
 (0)