// .docs-toc-container { // width: 100%; // padding: 5px 0 10px 0px; // // cursor: pointer; // // border-left: solid 4px #0c7489; // .scroll-container { // overflow-y: auto; // // calc(100vh - 250px) // // height: calc(100vh - 250px); // } // .docs-link { // color: rgba(0, 0, 0, 0.54); // // color: mat-color($app-blue-theme-foreground, secondary-text); // transition: color 100ms; // &:hover, // &.docs-active { // .link-name { // background-color: #ececec; // border-radius: 6px; // cursor: pointer;; // // color: #0c7489; // } // // color: mat-color($primary, if($is-dark-theme, 200, default)); // } // } // } // .docs-toc-heading { // margin: 0; // padding: 0; // font-size: 13px; // font-weight: bold; // } // .table-item-actions{ // // display: none; // display: inline-block; // visibility: hidden; // } // .table-item:hover { // .table-item-actions{ // // display: inline-block; // visibility: visible; // } // } // .table-item col{ // text-overflow: ellipsis; // overflow: hidden; // white-space: nowrap; // } .link-info{ // display: inline-block; cursor: pointer; // padding-top: .6em; // padding-left: .6em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .border-left-active{ border-left: 1px solid #000; } .side-bolder{ border-left: 1px solid red; } .cdk-link-list { display: block; // background: white; overflow: hidden; } $blue-color : #129D99; $blue-color-light: #5cf7f2; $yellow: #f7dd72; .badge-ball{ display: inline-block; border-radius: 50%; background-color: #FFF; font-size: small; font-weight: bold; min-width: 2em; text-align: center; } .table-label-element{ cursor: pointer; // font-weight: normal; // transition-property: font-weight; // transition-duration: 160ms; // transition-delay: 50ms; // transition-timing-function: ease-in-out; } .table-label-element-active{ font-weight: bold; // color: red; } .add-input-icon{ width: 20px; }