diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-13 05:39:46 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-13 05:39:46 +0530 |
| commit | 789d5b2c5c8248ed46e597ec0f593a1fb4aa4183 (patch) | |
| tree | e962245fc87fc8a18c88b109f563a4164b6b0fb0 /src/styles/main.css | |
| parent | 7e6cdbaaca6dc1995d86ec49bacf212aed926839 (diff) | |
| download | authorr-789d5b2c5c8248ed46e597ec0f593a1fb4aa4183.tar.xz authorr-789d5b2c5c8248ed46e597ec0f593a1fb4aa4183.zip | |
Added Styles and Window Control buttons
Diffstat (limited to 'src/styles/main.css')
| -rw-r--r-- | src/styles/main.css | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index 8c1df05..d634c6a 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -7,7 +7,7 @@ z-index: 99; -webkit-user-select: none; -webkit-app-region: drag; - background-color: rgb(172, 172, 172); + background-color: rgb(255, 255, 255); border-radius: 5px 5px 0px 0px; } .content { @@ -15,7 +15,7 @@ top: 40px; background-color: #fff; border-radius: 0px 0px 5px 5px; - height: calc(100vh - 80px); + height: calc(100vh - 40px); width: 100%; } body { @@ -31,5 +31,19 @@ body { position: absolute; top: 0px; left: 10px; - +} +.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; }
\ No newline at end of file |
