sensotwin.temperature_selection.style

 1local_css = """
 2.temp_sel_graph_tab_container {
 3    display: flex !important;
 4    flex-direction: row !important;
 5    align-items: center !important;
 6    justify-content: space-around !important;
 7    width: 100%;
 8}
 9.temp_sel_matplot_box {
10    width: 700px !important;
11}
12.temp_sel_data_input_container {
13    width: auto !important;
14}
15.temp_sel_basic_input { 
16    width: 500px !important;
17}
18.temp_sel_basic_input > input {
19    
20}
21.temp_sel_basic_input > label {
22    width: 200px !important;
23}
24.temp_sel_curve_selection_container {
25    
26}
27.temp_sel_curve_creation_container {
28    margin-top: 50px !important;
29}
30.temp_sel_timeline_input {
31    width: 500px !important;
32}
33.temp_sel_timeline_input > label {
34    width: 200px !important;
35}
36.temp_sel_curve_creation_button_container {
37    display: flex !important;
38    flex-direction: column !important;
39    align-items: center !important;
40    justify-content: flex-end !important;
41    width: 100% !important;
42}
43.temp_sel_curve_creation_button {
44    width: 300px !important;
45}
46"""
local_css = '\n.temp_sel_graph_tab_container {\n display: flex !important;\n flex-direction: row !important;\n align-items: center !important;\n justify-content: space-around !important;\n width: 100%;\n}\n.temp_sel_matplot_box {\n width: 700px !important;\n}\n.temp_sel_data_input_container {\n width: auto !important;\n}\n.temp_sel_basic_input { \n width: 500px !important;\n}\n.temp_sel_basic_input > input {\n \n}\n.temp_sel_basic_input > label {\n width: 200px !important;\n}\n.temp_sel_curve_selection_container {\n \n}\n.temp_sel_curve_creation_container {\n margin-top: 50px !important;\n}\n.temp_sel_timeline_input {\n width: 500px !important;\n}\n.temp_sel_timeline_input > label {\n width: 200px !important;\n}\n.temp_sel_curve_creation_button_container {\n display: flex !important;\n flex-direction: column !important;\n align-items: center !important;\n justify-content: flex-end !important;\n width: 100% !important;\n}\n.temp_sel_curve_creation_button {\n width: 300px !important;\n}\n'