From da4768fe4d28822a91ee7384cbb597cd24435ee6 Mon Sep 17 00:00:00 2001 From: Mohammad Date: Mon, 9 Nov 2020 15:59:34 +0100 Subject: Update Link Calculator Add Worst Month analysis to rain loss, update gui Issue-ID: CCSDK-2888 Signed-off-by: Mohammad Change-Id: Ibac53720f252840bcfd41daa8d5edc7ddde78b0f --- .../apps/linkCalculationApp/src/views/Style.scss | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 sdnr/wt/odlux/apps/linkCalculationApp/src/views/Style.scss (limited to 'sdnr/wt/odlux/apps/linkCalculationApp/src/views/Style.scss') diff --git a/sdnr/wt/odlux/apps/linkCalculationApp/src/views/Style.scss b/sdnr/wt/odlux/apps/linkCalculationApp/src/views/Style.scss new file mode 100644 index 000000000..35a9b9702 --- /dev/null +++ b/sdnr/wt/odlux/apps/linkCalculationApp/src/views/Style.scss @@ -0,0 +1,73 @@ +.parent{ + + display: flex; + justify-content: space-evenly; + margin: auto; + + +} +.input { + width: 150px; + box-sizing: border-box; + // margin-bottom: 5px; + +} +.error { + border: 1px solid red; + width: 150px; + box-sizing: border-box; +} + + +.container-1 { + height: 50vh; + width: 80%; + justify-content: center; + align-items: baseline;; + display: flex; + flex-direction: row; + align-content: space-between; + padding: 20px 40px; + border-radius: 10px; + // box-shadow: 0px 10px 50px #555; + background-color: #ffffff; + // padding-top: 10px; + +} + + .column1 { + flex-direction: column; + width: 30%; + align-items: flex-end;; + // padding: 2em; + + } + .column1 div { + margin-top: 10px; + // align-items: space-between; + // flex-wrap: wrap; + border-bottom-style: solid; + border-bottom-width: thin; + border-color: silver; + } + .middlecolumn{ + + flex-direction: column; + flex-grow: 1; + // padding: 10px 10px; + } + + .middlecolumn div{ + margin-top: 10px; + border-bottom-style: solid; + border-bottom-width: thin; + border-color: silver; + } + + .column2 { + margin-left: 200px; + } + .column2 div{ + margin-top: 10px; + + } \ No newline at end of file -- cgit 1.2.3-korg