aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/linkCalculationApp/src/views/Style.scss
blob: e4b0c7797bf1e54a467aa27f52dedd5f4e0b6ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
// .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;
}

.container1{
  margin-bottom: 15px;

}

.container1 div{
  display:flex;
  flex-direction: row;

  width:100%;
  padding-top: 2px;
}

.container1 div div{
  width:50%;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-color: silver;
}

.firstBox div:first-child{
  margin-left: 33.5%;
}

// .container-1 {
//   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;
   
  // }

  .antennaContainer{
   margin-bottom: 15px;
    background-color: rgb(184, 181, 181);

  }
  .antennaContainer  div {
    display:flex;
    flex-direction: row;
  
    width:100%;
    padding-top: 2px;
}
.antennaContainer  div div{

  width:50%;

}
.antennaFont{
  font-family: "Lucida Console";
}