@import "../../global/globalCssVariables"; .menuButton { height: 100%; display: flex; justify-content: center; align-items: center; font-size: 80%; border-radius: 7px; .menuButton-wrap { grid-column: 1; justify-content: center; align-items: center; text-align: center; } .fontIconBox-label { color: $white; position: relative; text-align: center; font-size: 7px; letter-spacing: normal; background-color: inherit; margin-top: 5px; border-radius: 8px; padding: 0; width: 100%; font-family: 'ROBOTO'; text-transform: uppercase; font-weight: bold; } .fontIconBox-icon { width: 80%; height: 80%; } &.clickBtn { cursor: pointer; width: 40px; } &.tglBtn { cursor: pointer; svg { width: 50% !important; height: 50%; } } &.toolBtn { cursor: pointer; width: 40px; border-radius: 100%; svg { width: 60% !important; height: 60%; } } &.menuBtn { cursor: pointer; border-radius: 0px; flex-direction: column; svg { width: 45% !important; height: 45%; } } &.colorBtn { color: black; cursor: pointer; flex-direction: row; background: transparent; .menuButton-dropdownBox { position: absolute; width: 150px; height: 250px; top: 100%; z-index: 21; background-color: #e3e3e3; box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); border-radius: 3px; } } &.drpdownList { width: 100px; display: grid; grid-auto-columns: 80px 20px; justify-items: flex-start; padding-left: 10px; font-family: 'Roboto'; white-space: nowrap; text-overflow: ellipsis; font-size: 13; font-weight: 600; overflow: hidden; cursor: pointer; background: transparent; align-content: center; align-items: center; .menuButton-dropdownList { position: absolute; width: 150px; height: fit-content; top: 100%; z-index: 21; background-color: #e3e3e3; box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); border-radius: 3px; .list-item { color: black; width: 100%; height: 25px; display: flex; justify-content: left; align-items: center; padding-left: 5px; } .list-item:hover { background-color: lightgrey; } } } &.drpDownBtn { cursor: pointer; background: transparent; &.true { background: rgba(0, 0, 0, 0.3); } .menuButton-dropdownBox { position: absolute; width: 150px; height: 250px; top: 100%; background-color: #e3e3e3; box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); border-radius: 3px; } } .menuButton-dropdown { display: flex; justify-content: center; align-items: center; font-size: 15px; /* background-color: #b9b9b9; */ grid-column: 2; border-radius: 0px 7px 7px 0px; /* position: absolute; */ width: 13px; height: 100%; right: 0; } .menuButton-dropdown-header{ width: 100%; font-weight: 300; overflow:hidden; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; } .dropbox-background { width: 100vw; height: 100vh; top: 0; z-index: 20; left: 0; background:transparent; position: fixed; } } // .fontIconBadge-container { // position: absolute; // z-index: 1000; // top: 12px; // .fontIconBadge { // position: absolute; // top: -10px; // right: -10px; // color: $white; // background: $pink; // font-weight: 300; // border-radius: 100%; // width: 25px; // height: 25px; // text-align: center; // padding-top: 4px; // font-size: 12px; // } // } // .menuButton-circle, // .menuButton-round { // border-radius: 100%; // background-color: $dark-gray; // padding: 0; // .fontIconBox-label { // z-index: 100; // min-width: fit-content; // bottom: 0; // left: 0; // width: 100%; // /* justify-self: center; */ // border-radius: 0px; // position: absolute; // } // &:hover { // background-color: $light-gray; // } // }