// @import '~antd/dist/antd.min.css'; // @import '~antd/dist/antd.css'; @import '../../stylesheets/variables.scss'; @import '../../stylesheets/mixins/_responsive.scss'; h2 span.title_dashboard{ display: block; color: #87a390; font-weight: 900; } .RoomTypeSelector{ // background-color: var(--cyan-bg); margin-bottom: 24px; .ba-suggestion-info-list { column-count:1; } .ba-suggestion-info-list li{ margin-bottom: 5px; font-size: $font-size-m; } .ant-card{ border-radius: 0px; // box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%); border: 2px solid #fff; background:var(--table-row-bg); } .ant-card-head{ background:var(--contrast-text-color); } .ant-card.disabled { // filter:grayscale(1) blur(1px); filter:grayscale(1) ; opacity: 0.5; pointer-events: none; cursor: not-allowed; } .compact{ .list_reservations_item p span{ font-size: $font-size-s; font-weight: 700; overflow: hidden; text-overflow: ellipsis; } .list_reservations_item.small p span{ font-size: $font-size-s; } .profile_avatar{ display: flex; align-items: center; } .profile_avatar p{ margin-left:10px; margin-right:10px; margin-bottom: 0; font-weight: 700; font-size:medium; overflow: hidden; text-overflow: ellipsis; } @media(max-width:768px) { .profile_avatar{ display: block; margin-bottom: 5px; font-weight: 700; } .profile_avatar p{ margin: 10px 0 0 0px; padding-bottom: 5px; border-bottom: 2px solid #C2D1C6; background: #fff; padding-top: 10px; } } .ant-card-head{ min-height: auto; padding: 0px 16px; .ant-card-head-title{ font-size: $font-size-s; padding: 16px 0px; h2{ margin:0px; } } } .ant-card-grid{ padding:16px 16px; } } } .suggested_ba_title h2{ margin: 0 0 10px 5px; color: var(--primary-color); font-size: 1.7em; } .suggested_ba_title h2::after{ background: linear-gradient(to right, rgba(13, 133, 79, 0.2), transparent 80%); } .ba_welcome{ margin-top: 30px; border: none; .ant-card{ border-radius: 0px; box-shadow: none; } .welcome_ba_info { background-color: #c4d3c8; margin: 5px; padding: 5px; a.overlay{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; } .tooltip-info { position: absolute; bottom: 10px; right: 10px; font-size: 16px; } } .welcome_ba_info p{ display: flex; font-size: 18px; font-weight: 400; align-items: center; margin-bottom: 0; } .welcome_ba_info p strong{ font-size: 52px; font-weight: 900; color: #000; padding: 0 10px; border-right: 1px solid #fff; width: 100px; text-align: center; } .welcome_ba_info p span{ margin-left: 20px; } } @media only screen and (max-width : 1199px) { .ba_welcome{ .welcome_ba_info p{ font-size: 13px; } .welcome_ba_info p strong{ font-size: 40px; } } } @media only screen and (max-width : 991px) { .ba_welcome{ .welcome_ba_info p{ font-size: 14px; } .welcome_ba_info p strong{ font-size: 30px; width: 80px; } .welcome_ba_info p span{ margin-left: 5px; } } } @media only screen and (min-width: $screen-xs ) { .BeautyAdvisorAssignerCard{ .ba-suggestion-info-list { column-count:1; } } } @media only screen and (max-width: $screen-sm ) { .BeautyAdvisorAssignerCard{ .profile_avatar{ text-align: center; margin-bottom: 18px; } } .ba_welcome{ .welcome_ba_info p{ font-size: 16px; } .welcome_ba_info p span{ margin-left: 20px; } } } .room_type_card { border-radius: 8px; margin-bottom: 15px; .ant-card-body { padding:15px; } .img_container { position: relative; h2 { position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.5); left: 0; width: 100%; margin-bottom: 0; color: white; padding: 13px; font-size: 1.1rem; &::after { content: unset; } } } .description { padding-top: 10px; padding-bottom: 10px; ul { li { margin-bottom: 8px; font-size: 16px; font-weight: 500; span { font-weight: 600; } } } } }