aboutsummaryrefslogtreecommitdiff
path: root/src_web
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2018-04-18 14:12:46 +0200
committerbozokopic <bozo.kopic@gmail.com>2018-04-18 14:12:46 +0200
commit71893908e6f39772422ae45cb01038ca6e042f93 (patch)
treec25364ea32e928d4d7712e1c6f8aedd22cb7293c /src_web
parent7092128f80a9e2a7f4b91d7d33480e64406d39d2 (diff)
web frontent
Diffstat (limited to 'src_web')
-rw-r--r--src_web/style/main.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src_web/style/main.scss b/src_web/style/main.scss
index 2ea843e..897847c 100644
--- a/src_web/style/main.scss
+++ b/src_web/style/main.scss
@@ -24,7 +24,7 @@ html, body {
.left-panel {
@include shadow-4dp();
- width: 400px;
+ width: 450px;
display: flex;
flex-direction: column;
background-color: $color-grey-100;
@@ -77,14 +77,14 @@ html, body {
width: 100%;
.fixed {
- width: 50px
+ width: 55px
}
tbody td:last-child {
text-align: center;
}
- .grid-col-width, .grid-col-height {
+ .grid-col-width, .grid-col-height, .grid-col-quantity {
text-align: right;
input {
@@ -132,6 +132,7 @@ html, body {
display: flex;
justify-content: center;
margin: 10px;
+ flex-shrink: 0;
}
.panel {