@font-face { font-family: 'Axiforma'; src: local('Axiforma Redular'), local('Axiforma-Redular'), url('./fonts/Axiforma/Axiforma-Regular.woff2') format('woff2'), url('./fonts/Axiforma/Axiforma-Regular.woff') format('woff'), url('./fonts/Axiforma/Axiforma-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } .rhModal { .rhModalContent { border-radius: 0; border: none; } } .rhModalFooterButtonno, .rhModalFooterButtonyes { margin: 0 !important; border-radius: 0; padding: .75rem; color: #FFF; &:hover { color: #FFF; } } html, body { min-height: 100vh; overflow: auto; color: #333; // font-family: 'Open Sans', sans-serif !important; font-family: @primary-Font !important; } .managementItemLinkContainer { text-decoration: none; color: @primary-color; border: 1px solid fade(@primary-color, 30%); border-radius: 4px; margin: 1rem; &:hover { text-decoration: none; color: @primary-color; background-color: fade(@primary-color, 70%); border: 1px solid @primary-color; } .managementItemContainer { padding: 1rem; min-width: 200px; .managementItemInner { display: flex; flex-direction: column; justify-content: center; align-items: center; .managementItemIcon { margin-bottom: 1rem; font-size: 40px; } } } } .quickLinksContainer { margin-right: 15px; display: none; @media screen and (max-width: 992px) { // margin-right: 5px; } .quickLinkItem { background-color: @topnav-font-color; color: white !important; // padding: 4px 10px; padding: 6px 10px 4px 10px; font-size: 14px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; text-decoration: none; &:hover { text-decoration: none; } } } .contentSection { left: 240px; top: 60px; width: calc(~'100% - 240px'); height: calc(~'100% - 60px'); // background-color: #e8e8e8; background-color: @report-pane-background; position: absolute; // padding-top: 2px; overflow: auto; //causing multipel scrollbars changed :--overflow: auto; transition: all 0.5s ease; @media (max-width: 767px) { left: 0px; width: 100%; //height: 98vh; padding: 0; } } .contentSectionExpand { left: 50px !important; width: calc(~'100% - 50px') !important; } .noBorder { border: none !important; } .main { // background-color: #e8e8e8; background-color: @report-pane-background; width: 100%; min-width: 320px; display: flex; height: calc(~'100% - 35px'); overflow: auto; .mainWrapper { display: block; width: 100%; // background-color: #e8e8e8; background-color: @report-pane-background; // margin-top: 5px; // padding-top: 2px; .mainSectionTitle { margin-left: 1rem; //LLakhyan: I have made this on left only this was adding a bit of padding arround buttons i doont think we need it will check with others color: @page-title; position: relative; .mainTitleContainer { position: relative; margin-bottom: 1.5rem; display: flex; justify-content: space-between; margin-top: 1rem; .mainTitle { color: @page-title; font-size: 1.4rem; } .mainDescription { color: @page-title; } .rhButtonContainer { text-align: right; margin-right: 1.25rem; position: absolute; bottom: 0; right: 0; } } } } .rhRoundedCorner { border-radius: 10px; } .mainInner { background-color: #fff; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; overflow-x: auto; padding: 1rem; margin: 1rem; } .mainInnerRHForm { border-radius: 10px; } .innerSubTitle { font-size: 1.25rem; } .rhButton { border: 1px solid #333; background-color: #333; color: white; font-weight: 600; transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); transition: all .4s cubic-bezier(0,0,.2,1); } .rhButton:focus { outline: none; box-shadow: none; } .rhButton:hover { color: #FFF; box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); } .rhTertiaryButton { border: 1px solid #333; background-color: #FFF; color: #333; font-weight: 600; transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); transition: all .4s cubic-bezier(0,0,.2,1); } .rhTertiaryButton:focus { outline: none; color: #333 !important; box-shadow: none; } .rhTertiaryButton:hover { color: #333 !important; box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); } .backButtonContainer { margin-bottom: 1rem; margin-left: 1rem; } } .nonReportMain { height: auto !important; } .backToList { margin-right: 5px; } // BREADCRUMP .breadCrumbContainer { color: #7a7a7a; padding: 0.5rem 1rem; text-align: right; .breadCrumbContainer a { color: #7a7a7a; } .breadCrumb::after { content: " \f105"; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: @secondary-color; } .breadCrumb:last-of-type::after { display: none; } } .footer { display: flex; justify-content: center; height: 30px; align-items: center; font-size: 0.9rem; .footerLink:hover { text-decoration: none; } } .tabContainerOuter { position: relative; // margin: 1rem; //LLakhyan: I have removed this was adding a bit of padding arround buttons i don't think we need it will check with others .tabContainer::-webkit-scrollbar { display: none; /* Safari and Chrome */ } .tabContainerFade { display: none; position: absolute; width: 30px; // background: linear-gradient(to right, rgba(232, 232, 232,.1), rgba(232, 232, 232,.5) 20%, rgba(232, 232, 232, .9) 90%); // background: linear-gradient(to right, fade(@report-pane-background, 10%), fade(@report-pane-background, 50%) 20%, fade(@report-pane-background, 90%) 90%); display: flex; align-items: center; .tabContainerFadeIcon { color: #333; font-size: 24px; } } .tabContainerLeft { top: 0; left: 0; bottom: 2px; justify-content: flex-start; &.tabContainerFade { background: linear-gradient(to left, fade(@report-pane-background, 10%), fade(@report-pane-background, 50%) 20%, fade(@report-pane-background, 90%) 90%); } } .tabContainerRight { top: 0; right: 0; bottom: 2px; justify-content: flex-end; &.tabContainerFade { background: linear-gradient(to right, fade(@report-pane-background, 10%), fade(@report-pane-background, 50%) 20%, fade(@report-pane-background, 90%) 90%); } } .tabContainer { overflow-x: scroll; overflow-y: hidden; -ms-overflow-style: none; /* Internet Explorer 10+ */ scrollbar-width: none; /* Firefox */ display: flex; .tabList { display: flex; flex: 1; text-align: center; justify-content: flex-start; padding: 0; margin-bottom: 0; margin-top: 0; border-bottom: 2px solid #ccc; } .tabLink { display: inline-block; margin: 1rem; text-decoration: none; line-height: 22px; white-space: nowrap; } .tabItem { display: inline-block; text-align: center; margin: 0; transition: all 150ms ease-in-out; cursor: pointer; .tabLink { // color: #888; color: @content-pane-titles; &:hover { // color: fade(@primary-color, 60%); color: @sidenav-font-hover; cursor: pointer; //font-weight: bold; -moz-transform: scale(1.03); -webkit-transform: scale(1.03); -o-transform: scale(1.03); } } } .tabItem.active { border-bottom: 2px solid @page-title; margin-bottom: -2px; font-weight: bold; .tabLink { color: @page-title; } } } } .editThemeTableInput { width: 90% !important; } .editThemePage { .activetab { background-color: @primary-color !important; &:hover { color: #FFF !important; background-color: fade(@primary-color, 70%) !important; } } .tabContainer { display: none; } .tabActive { display: block; } /* Style tab links */ .tbuttons { background-color: @label-grey; color: white; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; font-size: 16px; width: 25%; min-width: 200px; text-transform: uppercase; text-align: center; border-left: 1px solid lighten(@label-grey, 10%); &:hover { color: fade(@primary-color, 70%); } } }