/***************************************************************** .hoteleia_destination */ .hoteleia_destination { .page_content { padding-top:20px; } #not_matches { border:1px solid $backgroundColor5; width:400px; margin:0 auto; padding:20px; border-radius:4px; color:$textColor5; font-weight:500; text-align:center; background-color:lighten($backgroundColor5,50%); line-height:20px; margin-bottom:20px; } .grid { width:100%; margin-top:20px; transition: opacity 0.2s linear 0s; -webkit-transition: opacity 0.2s linear 0s; -moz-transition: opacity 0.25s linear 0s; -o-transition: opacity 0.25s linear 0s; overflow:hidden; margin-bottom:30px; li { display:inline-block; width:25%; float:left; .card { margin:10px; padding:10px; padding-bottom:0; background-color:$backgroundColor7; border:1px solid $backgroundColor8; border-radius:4px; .card-preview { margin-bottom:10px; img { border-radius:4px; } } .card-content { .destination_name { h2 { font-size:16px !important; font-weight:400; color:$textColor10; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom:10px; } } .destination_properties { border-top:1px solid $backgroundColor9; padding-top:5px; margin-top:5px; font-size:12px; margin-bottom:10px; color:$textColor7; } .destination_tags { } } } } } } /***************************************************************** .hoteleia_continents */ .hoteleia_continents { .page_content { padding-top:20px; } #not_matches { border:1px solid $backgroundColor5; width:400px; margin:0 auto; padding:20px; border-radius:4px; color:$textColor5; font-weight:500; text-align:center; background-color:lighten($backgroundColor5,50%); line-height:20px; margin-bottom:20px; } .grid { width:100%; margin-top:20px; transition: opacity 0.2s linear 0s; -webkit-transition: opacity 0.2s linear 0s; -moz-transition: opacity 0.25s linear 0s; -o-transition: opacity 0.25s linear 0s; overflow:hidden; margin-bottom:30px; li { display:inline-block; width:25%; float:left; .card { margin:10px; padding:10px; padding-bottom:0; background-color:$backgroundColor7; border:1px solid $backgroundColor8; border-radius:4px; .card-preview { margin-bottom:10px; img { border-radius:4px; } } .card-content { .destination_name { h2 { font-size:16px !important; font-weight:400; color:$textColor10; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom:10px; } } .destination_properties { border-top:1px solid $backgroundColor9; padding-top:5px; margin-top:5px; font-size:12px; margin-bottom:10px; color:$textColor7; } .destination_tags { } } } } } }