.reportback { background-color: @report-pane-background !important; } .reportMain { display: flex; height: 100%; width: 100%; min-width: 320px; overflow: auto; .reportTitleContainer { display: flex; align-items: center; margin-top: 10px; justify-content: space-between; white-space: nowrap !important; .mainSecondarySection { min-height: 81px; align-items: center; } } .mainInner { margin: 0; padding: 0 !important; border-radius: 0; min-width: 100%; } } .favouriteIcon { // font-size: 20px; // color: #888; } .favouritedIcon { font-size: 20px; color: #dda602; } .favouriteDropdownItemContainer { display: flex; border-bottom: 1px solid fade(@label-grey, 30%); padding: 3px 10px 3px 3px; color: @sidenav-link-color; &:last-of-type { border-bottom: #d5d7da; } } .rhDropdownMenu { top: 41px !important; left: -180px !important; min-width: 260px !important; } .rhHomeFullScreenIcon { // font-size: 20px; // transition: all .2s ease-in-out; // color: @page-title; // padding: 0 15px 0 0; // &:hover { // transform: scale(1.1); // } @media screen and (max-width: 860px) { padding: 0 5px; } } .rhReportOptions { position: relative; .rhReportOptionsContainer { //TODO:LLakhyan to match menu background color to the main menu background-color: @sidenav-background-color; color: @sidenav-link-color; //background-color: #FFF; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); border: none; border-radius: 0; position: absolute; top: 43px; right: -40px; z-index: 10; display: none; min-width: 200px; .rhReportOptionsDropdownHeader { padding: 0.5rem 1rem; text-transform: uppercase; color: #bec0c4; font-size: 12px; } .rhOptionTitle { color: @sidenav-link-color; //#222; padding: .5rem 1rem; border-bottom: 1px solid fade(@label-grey, 30%); cursor: pointer; &:hover { background-color: @secondary-color; // @primary-color; color: @sidenav-font-hover; // #FFF; } } .rhFileOptionContainer { color: #222; border-bottom: 1px solid #eee; cursor: pointer; } .rhFileOptionTitle { padding: .5rem 1rem; } .rhFileOption { color: #888; padding: 5px 5px 5px 45px; &:hover { background-color: @primary-color; color: #FFF; } } } } .rhExpandContractIconContainer { margin-right: 10px; background-color: @sidenav-background-color !important; color: @sidenav-link-color !important; } .rhReportOptionsModern { position: relative; .rhReportOptionsContainer { background-color: @sidenav-background-color !important; color: @sidenav-link-color !important; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); border: none; border-radius: 6px; position: absolute; top: 43px; right: -40px; z-index: 10; display: none; // max-width: 130px; .rhReportOptionsDropdownHeader { padding: 0.5rem 1rem; text-transform: uppercase; //color: #bec0c4; font-size: 12px; } .rhOptionTitle { //color: #222; padding: .5rem 1rem; border: none; cursor: pointer; &:hover { background-color: @secondary-color; //@primary-color; color: #FFF; } } .rhFileOptionContainer { color: #222; border-bottom: 1px solid #eee; cursor: pointer; } .rhFileOptionTitle { padding: .5rem 1rem; } .rhFileOption { color: #888; padding: 5px 5px 5px 45px; &:hover { background-color: @primary-color; color: #FFF; } } } }