@use './global/globalCssVariables.module.scss' as global; .propertiesView-presentationTrails-title { display: flex; } .propertiesView-presentationTrails-title-icon { position: absolute; right: 4px; } .propertiesView-palette { cursor: pointer; padding: 8px; border-radius: 4px; transition: all 0.2s ease; &:hover { background-color: #3b3c3e; } } .styling-chatbox { color: #000000; width: 100%; outline: none; border: none; } .propertiesView { height: 100%; width: 250px; font-family: 'Roboto'; font-size: 12px; cursor: auto; border-left: global.$standard-border; .slider-text { font-size: 8px; } .propertiesView-title { padding: 10px; font-size: 24px; font-weight: bold; display: flex; flex-direction: row; } .propertiesView-titleExtender { text-overflow: ellipsis; max-width: 100%; white-space: pre; overflow: hidden; } overflow-x: hidden; overflow-y: auto; .propertiesView-name, .propertiesView-type { padding: 5px 10px; } .propertiesView-propAndInfoGrouping { display: flex; } .propertiesView-info { margin-top: -5px; float: right; font-size: 20; path { fill: white !important; } } .propertiesView-sharing { //border-bottom: 1px solid black; //padding: 8.5px; .propertiesView-buttonContainer { float: right; display: flex; button { width: 15px; height: 15px; padding: 0px; margin-top: -5px; } } .change-buttons { display: flex; button { width: 5px; height: 5px; } input { width: 100%; } } } .propertiesView-acls-checkbox { float: right; margin-left: 50px; } .propertiesView-shareDropDown { margin-right: 10px; min-width: 65px; & .propertiesView-shareDropDownNone { padding: 0px; padding-left: 3px; padding-right: 3px; background: grey; color: rgb(71, 71, 71); border-radius: 6px; border: 1px solid rgb(71, 71, 71); } & .propertiesView-shareDropDownEdit, .propertiesView-shareDropDownAdmin { padding: 0px; padding-left: 3px; padding-right: 3px; background: rgb(254, 254, 199); color: rgb(75, 75, 5); border-radius: 6px; border: 1px solid rgb(75, 75, 5); } & .propertiesView-shareDropDownAugment { padding: 0px; padding-left: 3px; padding-right: 3px; background: rgb(208, 255, 208); color: rgb(19, 80, 19); border-radius: 6px; border: 1px solid rgb(19, 80, 19); } & .propertiesView-shareDropDownView { padding: 0px; padding-left: 3px; padding-right: 3px; background: rgb(213, 213, 255); color: rgb(25, 25, 101); border-radius: 6px; border: 1px solid rgb(25, 25, 101); } & .propertiesView-shareDropDownNot-Shared { padding: 0px; padding-left: 3px; padding-right: 3px; background: rgb(255, 207, 207); color: rgb(138, 47, 47); border-radius: 6px; border: 1px solid rgb(138, 47, 47); } } .propertiesView-filters { //border-bottom: 1px solid black; //padding: 8.5px; .propertiesView-content { font-size: 10px; padding: 10px; margin-left: 5px; // max-height: 40%;// overflow-y: scroll; .propertiesView-buttonContainer { float: right; display: flex; button { width: 15px; height: 15px; padding: 0px; margin-top: -5px; } } button { width: 5px; height: 5px; } input { width: 100%; } } } .notify-button { padding: 2px; width: 12px; height: 12px; border-radius: 10px; padding-left: 2px; padding-right: 2px; margin-top: 2px; margin-left: 3px; .notify-button-icon { width: 6px; height: 6.5px; margin-left: 0.5px; } &:hover { background-color: rgb(158, 158, 158); cursor: pointer; } } .expansion-button { margin-right: 10px; } .propertiesView-sharingTable { // whatever's commented out - add it back in when adding the buttons // border: 1.5px solid black; border: 1px solid black; padding: 5px; // remove when adding buttons border-radius: 6px; // remove when adding buttons margin-right: 10px; // remove when adding buttons background-color: #ececec; width: 97%; .propertiesView-sharingTable-item { display: flex; padding: 3px; align-items: right; border-bottom: 0.5px solid grey; &:hover .propertiesView-sharingTable-item-name { overflow-x: unset; white-space: unset; overflow-wrap: break-word; } .propertiesView-sharingTable-item-name { font-weight: bold; width: 95px; overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; display: flex; align-items: center; } .propertiesView-sharingTable-item-permission { display: flex; align-items: center; text-align: right; margin-left: auto; margin-right: -12px; } &:last-child { border-bottom: none; } } } .propertiesView-permissions-select { background: inherit; border: none; } .propertiesView-field { display: flex; font-size: 7px; background-color: #e8e8e8; padding-right: 3px; border: 0.5px solid grey; border-radius: 5px; padding-left: 3px; } .propertiesView-uneditable-field { display: flex; overflow-y: visible; margin-bottom: 2px; &:hover { cursor: auto; } } } //.propertiesView-presentationTrails { //border-bottom: 1px solid black; //padding: 8.5px; //} .inking-button { display: flex; .inking-button-points { background-color: #333333; padding: 7px; border-radius: 7px; margin-right: 32px; width: 32px; height: 32px; padding-top: 9px; margin-left: 18px; &:hover { background: rgb(131, 131, 131); transform: scale(1.05); cursor: pointer; } } .inking-button-lock { background-color: #333333; padding: 7px; border-radius: 7px; margin-right: 32px; width: 32px; height: 32px; padding-top: 9px; padding-left: 10px; &:hover { background: rgb(131, 131, 131); transform: scale(1.05); cursor: pointer; } } .inking-button-rotate { background-color: #333333; padding: 7px; border-radius: 7px; width: 32px; height: 32px; padding-top: 9px; padding-left: 10px; &:hover { background: rgb(131, 131, 131); transform: scale(1.05); cursor: pointer; } } } .inputBox-duo { display: flex; } .inputBox { margin-top: 10px; display: flex; height: 19px; margin-right: 15px; .inputBox-title { font-size: 12px; padding-right: 5px; } .inputBox-input { font-size: 10px; width: 50px; margin-right: 1px; border-radius: 3px; &:hover { cursor: pointer; } } .inputBox-button { .inputBox-button-up { background-color: #333333; height: 9px; padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px; border-radius: 1.5px; &:hover { background: rgb(131, 131, 131); transform: scale(1.05); cursor: pointer; } } .inputBox-button-down { background-color: #333333; height: 9px; padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px; border-radius: 1.5px; &:hover { background: rgb(131, 131, 131); transform: scale(1.05); cursor: pointer; } } } } .color-palette { width: 160px; height: 360px; } .strokeAndFill { display: flex; margin-top: 10px; .fill { margin-right: 40px; display: flex; padding-bottom: 7px; margin-left: 35px; .fill-title { font-size: 12px; margin-right: 2px; } .fill-button { padding-top: 2px; margin-top: -1px; } } .stroke { display: flex; .stroke-title { font-size: 12px; } .stroke-button { padding-top: 2px; margin-left: 2px; margin-top: -1px; } } } .propertiesView-presSelected { border-top: solid 1px darkgrey; width: 100%; padding-top: 5px; font-family: Roboto; font-weight: 500; display: inline-flex; .propertiesView-selectedCount { width: max-content; min-width: max-content; } .propertiesView-selectedList { min-width: max-content; width: 100%; max-height: 180px; overflow: hidden; overflow-y: scroll; border-left: solid 1px darkgrey; margin-left: 10px; padding-left: 5px; .selectedList-items { font-size: 12; font-weight: 300; margin-top: 1px; } } } .widthAndDash { .width { .width-top { display: flex; .width-title { font-size: 12; margin-right: 20px; margin-left: 35px; text-align: center; } .width-input { margin-right: 30px; margin-top: -10px; } } .width-range { margin-right: 1px; margin-bottom: 6px; } } .arrows { display: flex; margin-bottom: 3px; margin-left: 4px; justify-content: space-evenly; .arrows-head { display: flex; margin-right: 35px; .arrows-head-title { font-size: 10; } .arrows-head-input { margin-left: 6px; margin-top: 2px; } } .arrows-tail { display: flex; .arrows-tail-title { font-size: 10; } .arrows-tail-input { margin-left: 6px; margin-top: 2px; } } } .dashed { display: flex; margin-left: 64px; margin-bottom: 6px; .dashed-title { font-size: 10; } .dashed-input { margin-left: 6px; margin-top: 2px; } } } .propertiesView-wordTitle { color: darkslategray; font-weight: 200; } .editable-title { border: solid 1px #323232; padding-left: 5px; padding-top: 4px; border-radius: 4px; height: fit-content; &:hover { border: 0.75px solid global.$medium-blue; } } .propertiesView-wordType { color: darkslategray; font-weight: 200; } .currentType { text-decoration: underline; display: flex; align-items: center; // border: solid 1px #323232; // padding-left: 5px; // padding-top: 4px; // border-radius: 4px; // height: fit-content; } .currentType-icon { margin-right: 5px; } .properties-flyout { grid-column: 2/4; } .propertiesView-linking { padding: 5%; } .propertiesView-input { padding: 4px 8px; .text { width: 100%; } &.first { padding-top: 6px; } &.inline { display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .propertiesButton { width: 2rem; height: 2rem; display: flex; justify-content: center; align-items: center; > svg { width: 15px; height: 15px; } } } .propertiesView-label { font-weight: bold; font-size: 12.5px; padding: 4px; display: flex; color: white; padding-left: 8px; background-color: rgb(51, 51, 51); } .smooth, .color, .strength-slider, .smooth-slider { margin-top: 7px; }