diff options
| author | Kumar Priyansh <[email protected]> | 2020-07-17 20:17:19 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-07-17 20:17:19 +0530 |
| commit | 65cd01d0d7eae5b5e94b32f4de5f62521726c846 (patch) | |
| tree | 1de3784356ebfb600f734b15e80a9767efc9d702 /src/styles/main.css | |
| parent | 4281b106199b39822294a59fba0c26809019a006 (diff) | |
| download | authorr-65cd01d0d7eae5b5e94b32f4de5f62521726c846.tar.xz authorr-65cd01d0d7eae5b5e94b32f4de5f62521726c846.zip | |
Folder organisation & include native kit
Diffstat (limited to 'src/styles/main.css')
| -rw-r--r-- | src/styles/main.css | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/styles/main.css b/src/styles/main.css deleted file mode 100644 index 2584bcb..0000000 --- a/src/styles/main.css +++ /dev/null @@ -1,50 +0,0 @@ -.dragBar { - -webkit-user-select: none; - -webkit-app-region: drag; -} -.window { - background-color: transparent !important; -} -.sidebar { - background-color: transparent !important; -} -.pane { - border-left: none !important; - background-color: #333333; -} -.nav-group-item { - padding: 10px 10px !important; - color: #FFFFFF !important; -} -.nav-group-item.active { - background-color: #156CD5 !important; -} -.whiteText { - color: white; -} -.template { - display: inline-block; - margin-right: 20px; -} -.templateIcon { - background-size: contain; - background-position: center; - background-repeat: no-repeat; - width: 105px; - height: 148.5px; - background-color: #fff; - border-radius: 3px; -} -.templateName { - text-align: center; -} -.templateName span { - padding: 3px 6px; - border-radius: 3px; -} -.clickedText { - background-color: #156CD5; -} -.clicked { - box-shadow: 0 0 0 2pt #156CD5; -}
\ No newline at end of file |
