.propertiesView { background-color: rgb(205, 205, 205); height: 100%; z-index: 1; font-family: "Noto Sans"; cursor: auto; //overflow-y: scroll; .propertiesView-title { background-color: rgb(159, 159, 159); text-align: center; font-size: 18px; font-weight: bold; padding-top: 12px; padding-bottom: 12px; } .propertiesView-name { border-bottom: 1px solid black; padding: 8.5px; font-size: 12.5px; } .propertiesView-settings { border-bottom: 1px solid black; padding: 8.5px; font-size: 12.5px; font-weight: bold; .propertiesView-settings-title { font-weight: bold; font-size: 12.5px; padding-bottom: 7px; } .propertiesView-settings-content { margin-left: 5px; padding-bottom: 10px; } } .propertiesView-fields { border-bottom: 1px solid black; padding: 8.5px; .propertiesView-fields-title { font-size: 12.5px; font-weight: bold; padding-bottom: 7px; } .propertiesView-fields-content { font-size: 10px; margin-left: 5px; &:hover { cursor: pointer; } } } .propertiesView-layout { padding: 8.5px; .propertiesView-layout-title { font-weight: bold; font-size: 12.5px; padding-bottom: 7px; } .propertiesView-layout-content { margin-left: 5px; overflow: hidden; } } }