@import "fonts.scss"; body { margin: 0; padding: 0; font-family: "Lato", sans-serif; } .topNavigationBar { padding: 5px 10px; 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: grid; grid-template-columns: 240px auto; padding: 10px; } .sidebar { user-select: none; .sidebarTitle { color: rgb(61, 61, 61); font-weight: 700; font-size: 12px; } ul { list-style: none; margin: 0; padding: 0px; cursor: default; .selected { color: #3f84e5; } li { font-size: 14px; cursor: default; padding: 10px; i { margin-right: 8px; font-size: 16px; } } } } @import "icons.scss";