aboutsummaryrefslogtreecommitdiff
path: root/src/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.css')
-rw-r--r--src/styles/main.css50
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