forked from blazzbyte/OpenInterpreterUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
69 lines (56 loc) · 1.21 KB
/
styles.css
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
.eczjsme4 {
padding: 4rem 1rem;
}
.css-w770g5 {
width: 100%;
}
.css-b3z5c9 {
width: 100%;
}
.stButton>button {
width: 100%;
}
.stDownloadButton>button {
width: 100%;
}
/*DELETE BUTTON*/
button[data-testid="baseButton-primary"] {
border-color: #505050;
background-color: #1E1E1E;
}
button[data-testid="baseButton-primary"]:hover {
border-color: #FC625F;
background-color: #1E1E1E;
color: #FC625F;
}
.e1f1d6gn4 .ef3psqc11{
border-color: transparent;
background-color: transparent;
}
.e1f1d6gn4{
align-items: baseline;
gap: 0;
border-radius: 5px;
padding: 0px 5px !important;
}
.e1f1d6gn4:hover{
background-color: #151515 !important;
cursor: pointer;
}
.e1f1d6gn4 button[data-testid="baseButton-primary"]{
justify-content: flex-start !important;
border-color: transparent;
background-color: transparent;
}
.e1f1d6gn4 button[data-testid="baseButton-primary"]:hover{
justify-content: flex-start !important;
border-color: transparent;
background-color: transparent;
color: #68FFD5;
}
div[data-testid="stHorizontalBlock"]{
margin-bottom: -12px
}
.e1f1d6gn4 button[data-testid="baseButton-primary"]:active{
color: #68FFD5;
}