hotel_commerce/modules/dashinsights/views/css/dashinsights.css
2023-06-26 13:09:26 +05:30

55 lines
1.2 KiB
CSS

/**
* 2010-2023 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* 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 CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2023 Webkul IN
* @license LICENSE.txt
*/
#dashinsights .insight-chart-wrap {
height: 350px;
}
#dashinsights .row .col-md-12.col-lg-6:not(:first-of-type) {
border-left: 1px solid #ccc;
}
#content #dashinsights .insight-chart-wrap .nvtooltip h3 {
margin: 0;
padding: 4px 14px;
line-height: 18px;
font-weight: normal;
background-color: rgba(247,247,247,0.75);
text-align: center;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
text-transform: none;
}
#dashinsights .chart-label {
margin: 0;
padding: 0;
font-weight: bold;
font-size: 14px;
color: #555;
}
@media (max-width: 992px) {
#dashinsights .row .col-md-12.col-lg-6:not(:first-of-type) {
border-left: none;
}
}