aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss19
1 files changed, 12 insertions, 7 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index f7d83c5c3..6352dd4fb 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -110,7 +110,7 @@ label {
110// On small screen, menu is absolute 110// On small screen, menu is absolute
111@media screen and (max-width: 800px) { 111@media screen and (max-width: 800px) {
112 .title-menu-left { 112 .title-menu-left {
113 width: 120px; 113 width: 150px !important;
114 position: absolute !important; 114 position: absolute !important;
115 z-index: 10000; 115 z-index: 10000;
116 } 116 }
@@ -120,12 +120,17 @@ label {
120 120
121 &, &.expanded { 121 &, &.expanded {
122 .margin-content { 122 .margin-content {
123 //display: flex; 123 margin-left: 10px;
124 //flex-direction: column; 124 margin-right: 10px;
125 //align-items: center; 125 }
126 //justify-content: center; 126
127 margin-left: auto; 127 .sub-menu {
128 margin-right: auto; 128 padding-left: 10px;
129 margin-bottom: 10px;
130 }
131
132 input[type=text], input[type=password] {
133 width: 100% !important;
129 } 134 }
130 } 135 }
131 } 136 }