BlendMMM/Simulator-UOPX
0
1html {
2 margin: 0;
3}
4
5
6#MainMenu {
7
8 visibility: collapse;
9}
10
11footer {
12 visibility: collapse;
13}
14
15div.block-container{
16 padding: 2rem 3rem;
17}
18
19div[data-testid="stExpander"]{
20 border: 1px solid '#739FAE';
21}
22
23hr{
24 margin: 0;
25 padding: 0;
26}
27
28hr.spends-heading-seperator {
29 background-color : #11B6BD;
30 height: 2px;
31}
32
33.spends-header{
34 font-size: 1rem;
35 font-weight: bold;
36 margin: 0;
37
38}
39
40td {
41 max-width: 100px;
42 /* white-space:nowrap; */
43}
44
45.main-header {
46 display: flex;
47 flex-direction: row;
48 justify-content: space-between;
49 align-items: center;
50
51}
52.blend-logo {
53 max-height: 64px;
54 /* max-width: 300px; */
55 object-fit: cover;
56}
57
58table {
59 width: 90%;
60}
61
62.lime-logo {
63 margin: 0;
64 padding: 0;
65 display: flex;
66 align-items: center ;
67 max-height: 64px;
68}
69
70.lime-text {
71 color: #00EDED;
72 font-size: 30px;
73 margin: 0;
74 padding: 0;
75 line-height: 0%;
76}
77
78.lime-img {
79 max-height: 30px;
80 /* max-height: 64px; */
81 /* max-width: 300px; */
82 object-fit: cover;
83}
84
85img {
86 margin: 0;
87 padding: 0;
88}