drupal - responsive ceniki
This commit is contained in:
parent
87cb6b4f62
commit
7c634a0c32
@ -2356,6 +2356,9 @@ a {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
|
|
||||||
|
@media screen and (max-width: 991px) {
|
||||||
|
.cenik-prikaz .ostale-storitve.w-70 .compare-col {
|
||||||
|
text-align: center; } }
|
||||||
.iskani-rezultat p {
|
.iskani-rezultat p {
|
||||||
color: #333; }
|
color: #333; }
|
||||||
.iskani-rezultat h3 {
|
.iskani-rezultat h3 {
|
||||||
@ -6369,7 +6372,9 @@ p {
|
|||||||
padding-top: 0px; }
|
padding-top: 0px; }
|
||||||
|
|
||||||
.compare-col-frame {
|
.compare-col-frame {
|
||||||
margin-top: 106px; }
|
margin-top: 106px;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px; }
|
||||||
|
|
||||||
.sidelink {
|
.sidelink {
|
||||||
padding-right: 19px; }
|
padding-right: 19px; }
|
||||||
@ -6434,10 +6439,22 @@ p {
|
|||||||
font-size: 14px; }
|
font-size: 14px; }
|
||||||
|
|
||||||
.compare-col.leftcol {
|
.compare-col.leftcol {
|
||||||
|
-webkit-box-flex: 2;
|
||||||
|
-webkit-flex: 2;
|
||||||
|
-ms-flex: 2;
|
||||||
|
flex: 2; }
|
||||||
|
|
||||||
|
.ostale-storitve .compare-col.leftcol {
|
||||||
-webkit-box-flex: 100%;
|
-webkit-box-flex: 100%;
|
||||||
-webkit-flex: 100%;
|
-webkit-flex: 100%;
|
||||||
-ms-flex: 100%;
|
-ms-flex: 100%;
|
||||||
flex: 100%; }
|
flex: 100%; }
|
||||||
|
.ostale-storitve .accordion-title-block {
|
||||||
|
display: block; }
|
||||||
|
.ostale-storitve .accordion-title-block .title-cena {
|
||||||
|
width: 49%;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center; }
|
||||||
|
|
||||||
.compare-row {
|
.compare-row {
|
||||||
-webkit-flex-wrap: wrap;
|
-webkit-flex-wrap: wrap;
|
||||||
@ -6522,18 +6539,26 @@ p {
|
|||||||
.compare-col.leftcol {
|
.compare-col.leftcol {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px; }
|
||||||
border-bottom: 1px solid #d1d1d1; }
|
|
||||||
|
/* .ostale-storitve-tabela{
|
||||||
|
.compare-col.leftcol {
|
||||||
|
border-bottom: 1px solid #d1d1d1;
|
||||||
|
}
|
||||||
|
|
||||||
.compare-row {
|
.compare-row {
|
||||||
border-bottom-style: none; }
|
border-bottom-style: none;
|
||||||
|
}
|
||||||
|
} */
|
||||||
.cd {
|
.cd {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
|
||||||
|
.ostale-storitve .cd {
|
||||||
|
text-align: left; }
|
||||||
|
|
||||||
.slide-partners {
|
.slide-partners {
|
||||||
width: 50%; }
|
width: 50%; }
|
||||||
|
|
||||||
|
@ -2582,6 +2582,8 @@ p {
|
|||||||
|
|
||||||
.compare-col-frame {
|
.compare-col-frame {
|
||||||
margin-top: 106px;
|
margin-top: 106px;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidelink {
|
.sidelink {
|
||||||
@ -2656,6 +2658,14 @@ p {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.compare-col.leftcol {
|
||||||
|
-webkit-box-flex: 2;
|
||||||
|
-webkit-flex: 2;
|
||||||
|
-ms-flex: 2;
|
||||||
|
flex: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ostale-storitve{
|
||||||
.compare-col.leftcol {
|
.compare-col.leftcol {
|
||||||
-webkit-box-flex: 100%;
|
-webkit-box-flex: 100%;
|
||||||
-webkit-flex: 100%;
|
-webkit-flex: 100%;
|
||||||
@ -2663,6 +2673,17 @@ p {
|
|||||||
flex: 100%;
|
flex: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.accordion-title-block{
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
.title-cena{
|
||||||
|
width: 49%;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.compare-row {
|
.compare-row {
|
||||||
-webkit-flex-wrap: wrap;
|
-webkit-flex-wrap: wrap;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
@ -2769,12 +2790,22 @@ p {
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
|
//border-bottom: 1px solid #d1d1d1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.compare-row {
|
||||||
|
//border-bottom-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .ostale-storitve-tabela{
|
||||||
|
.compare-col.leftcol {
|
||||||
border-bottom: 1px solid #d1d1d1;
|
border-bottom: 1px solid #d1d1d1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compare-row {
|
.compare-row {
|
||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
}
|
}
|
||||||
|
} */
|
||||||
|
|
||||||
.cd {
|
.cd {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
@ -2783,6 +2814,12 @@ p {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ostale-storitve{
|
||||||
|
.cd {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.slide-partners {
|
.slide-partners {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
@ -70,3 +70,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 991px) {
|
||||||
|
.cenik-prikaz {
|
||||||
|
.ostale-storitve {
|
||||||
|
&.w-70 {
|
||||||
|
.compare-col {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user