66 lines
1.4 KiB
CSS
66 lines
1.4 KiB
CSS
/**
|
|
* 2010-2020 Webkul.
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* All right is reserved,
|
|
* Please go through this link for complete license : https://store.webkul.com/license.html
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future. If you wish to customize this module for your
|
|
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
|
|
*
|
|
* @author Webkul IN <support@webkul.com>
|
|
* @copyright 2010-2020 Webkul IN
|
|
* @license https://store.webkul.com/license.html
|
|
*/
|
|
|
|
.hotelRoomDescContainer{
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: rgba(255, 255, 255, 0.85);
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
padding: 20px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.htlRoomTypeNameText, .htlRoomTypePriceText {
|
|
font-size: 18px;
|
|
color: #222222;
|
|
font-weight: 400;
|
|
text-transform: capitalize;
|
|
}
|
|
.htlRoomTypeDescText{
|
|
font-size: 16px;
|
|
color: #555555;
|
|
font-weight: 300;
|
|
line-height: 21px;
|
|
}
|
|
.htlRoomTypeBookNow {
|
|
font-size: 15px!important;
|
|
color: #333333!important;
|
|
font-weight: 400!important;
|
|
background: transparent!important;
|
|
border: 1px solid #333333!important;
|
|
padding: 10px 30px!important;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.btn.htlRoomTypeBookNow:hover{
|
|
border: 1px solid #333333;
|
|
}
|
|
|
|
.htlRoomTypeDescText {
|
|
padding-bottom: 9px;
|
|
}
|
|
|
|
.room_type_old_price {
|
|
text-decoration: line-through;
|
|
color:#555555;
|
|
font-size:14px;
|
|
} |