aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/MainView.scss')
-rw-r--r--src/client/views/MainView.scss103
1 files changed, 103 insertions, 0 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss
index e1ddbc533..dfd5a993e 100644
--- a/src/client/views/MainView.scss
+++ b/src/client/views/MainView.scss
@@ -114,6 +114,109 @@
}
}
+.mainView-menuPanel {
+
+ max-width: 95px;
+ background-color: rgb(105, 105, 105);
+ padding: 20px;
+ padding-right: 50px;
+
+ .mainView-menuPanel-button {
+ width: 50px;
+ height: 50px;
+ padding: 10px;
+ pointer-events: all;
+ touch-action: none;
+ border-radius: inherit;
+ background: black;
+ border-radius: 100%;
+ transform-origin: top left;
+ margin-bottom: 23px;
+ margin-top: 5px;
+
+ margin-right: 25px;
+
+ .mainView-menuPanel-button-label {
+ background: rgb(168, 168, 168);
+ color: black;
+ margin-left: -10px;
+ border-radius: 8px;
+ width: 65px;
+ position: absolute;
+ text-align: center;
+ font-size: 9.5px;
+ margin-top: 4px;
+ letter-spacing: normal;
+ padding: 3px;
+ //margin-bottom: 23px;
+ }
+
+ .mainView-menuPanel-button-icon {
+ width: 35px;
+ height: 35px;
+ padding: 5px;
+ }
+
+ svg {
+ width: 95% !important;
+ height: 95%;
+ }
+ }
+
+ .mainView-menuPanel-bottomButton {
+ width: 50px;
+ height: 50px;
+ padding: 10px;
+ pointer-events: all;
+ touch-action: none;
+ border-radius: inherit;
+ background: dimgray;
+ background-color: dimgray;
+ border-radius: 100%;
+ transform-origin: top left;
+ margin-bottom: 23px;
+ margin-top: 5px;
+
+ margin-right: 25px;
+
+ .mainView-menuPanel-bottomButton-label {
+ background: dimgray;
+ color: black;
+ margin-left: -10px;
+ border-radius: 8px;
+ width: 65px;
+ position: absolute;
+ text-align: center;
+ font-size: 9.5px;
+ margin-top: 2px;
+ letter-spacing: normal;
+ padding: 3px;
+ //margin-bottom: 23px;
+ }
+
+ .mainView-menuPanel-bottomButton-icon {
+ width: 50px;
+ height: 50px;
+ color: black;
+ }
+
+ svg {
+ width: 95% !important;
+ height: 95%;
+ }
+ }
+}
+
+.mainView-searchPanel {
+ width: 100%;
+ height: 33px;
+ background-color: black;
+ color: white;
+ text-align: center;
+ vertical-align: middle;
+ padding-top: 6px;
+}
+
.mainView-mainDiv {
width: 100%;
height: 100%;