@font-face { font-family: 'Lato'; src: url("../fonts/Lato-Thin.ttf"); font-style: normal; font-weight: 100; } @font-face { font-family: 'Lato'; src: url("../fonts/Lato-ThinItalic.ttf"); font-style: italic; font-weight: 100; } @font-face { font-family: 'Lato'; src: url("../fonts/Lato-Light.ttf"); font-style: normal; font-weight: 300; } @font-face { font-family: 'Lato'; src: url("../fonts/Lato-LightItalic.ttf"); font-style: italic; font-weight: 300; } @font-face { font-family: 'Lato'; src: url("../fonts/Lato-Regular.ttf"); font-style: normal; font-weight: 400; } @font-face { font-family: 'Lato'; src: url("../fonts/Lato-Italic.ttf"); font-style: italic; font-weight: 400; } @font-face { font-family: 'Lato'; src: url("../fonts/Lato-Bold.ttf"); font-style: normal; font-weight: 700; } @font-face { font-family: 'Lato'; src: url("../fonts/Lato-BlackItalic.ttf"); font-style: italic; font-weight: 700; } @font-face { font-family: 'Lato'; src: url("../fonts/Lato-Black.ttf"); font-style: normal; font-weight: 900; } @font-face { font-family: 'Lato'; src: url("../fonts/Lato-BlackItalic.ttf"); font-style: italic; font-weight: 900; } body { margin: 0; padding: 0; font-family: "Lato", sans-serif; } .topNavigationBar { padding: 5px 10px; -webkit-user-select: none; -webkit-app-region: drag; background: #ffffff; } .titlebar { text-align: center; font-size: 12px; margin: 0px 0px 20px 0px; color: black; font-weight: 400; } .actionButtons .btn { background: transparent; width: 32px; height: 32px; border: none; outline: none; background-size: contain; background-position: center; background-repeat: no-repeat; } .two_pane { display: -ms-grid; display: grid; -ms-grid-columns: 240px auto; grid-template-columns: 240px auto; padding: 10px; } .sidebar .sidebarTitle { color: #3d3d3d; font-weight: 700; font-size: 12px; } .sidebar ul { list-style: none; margin: 0; padding: 0; cursor: default; -webkit-user-select: none; } .sidebar ul .selected { color: #3f84e5; } .sidebar ul li { font-size: 14px; cursor: default; -webkit-user-select: none; } .sidebar ul li i { margin-right: 8px; font-size: 16px; } .actionButtons .newFolder { background-image: url("../icons/symbolic/light/normal/folder-new.svg"); } .actionButtons .newFolder:hover { background-image: url("../icons/symbolic/light/hovered/folder-new.svg"); } /*# sourceMappingURL=main.css.map */