diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-19 10:32:36 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-19 10:32:36 +0530 |
| commit | 6d4fb92e2bf1094c5a7f38e85348f036550cb3d0 (patch) | |
| tree | d71ea0283e97ccc6f407bd7204527fdb8438b3f0 /src/styles/main.css | |
| parent | c7562dd53ea931a4dc530f9eb1dcf5a660abe2be (diff) | |
| download | authorr-6d4fb92e2bf1094c5a7f38e85348f036550cb3d0.tar.xz authorr-6d4fb92e2bf1094c5a7f38e85348f036550cb3d0.zip | |
Added Photon and Basic Layout, Said Get Lost to Windows and Linux
Diffstat (limited to 'src/styles/main.css')
| -rw-r--r-- | src/styles/main.css | 53 |
1 files changed, 12 insertions, 41 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index 72f9194..08e701c 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -1,50 +1,21 @@ .dragBar { - width: 100%; - height: 40px; - position: absolute; - top: 0; - left: 0; - z-index: 99; -webkit-user-select: none; -webkit-app-region: drag; - /* background-color: rgb(255, 255, 255); */ - /* border-radius: 5px 5px 0px 0px; */ } -.content { - position: absolute; - top: 40px; - /* background-color: #fff; */ - /* border-radius: 0px 0px 5px 5px; */ - height: calc(100vh - 40px); - width: 100%; +.window { + background-color: transparent !important; } -body { - margin: 0; - padding: 0; - font-family: 'Lato'; +.sidebar { + background-color: transparent !important; } -.title { - font-size: 24px; - line-height: 5px; - margin: 30px 0px 0px 0px; +.pane { + border-left: none !important; + background-color: #fff; } -.titleContainer { - position: absolute; - top: 0px; - left: 10px; +.nav-group-item { + padding: 10px 10px !important; + color: #FFFFFF !important; } -.buttonsContainer { - position: absolute; - top: 0px; - right: 10px; -} -.windowBtn { - font-size: 12px; - margin-top: 12px; - background-color: transparent; - border: none; -} -#r { - font-family: 'Times New Roman', Times, serif !important; - font-size: 27px; +.nav-group-item.active { + background-color: #156CD5 !important; }
\ No newline at end of file |
