Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -1,35 +1,8 @@
|
|
1 |
-
h1 {
|
2 |
-
text-align: center;
|
3 |
-
}
|
4 |
-
|
5 |
-
#duplicate-button {
|
6 |
-
margin: auto;
|
7 |
-
color: #fff;
|
8 |
-
background: #1565c0;
|
9 |
-
border-radius: 100vh;
|
10 |
-
}
|
11 |
-
|
12 |
-
#component-0 {
|
13 |
-
max-width: 730px;
|
14 |
-
margin: auto;
|
15 |
-
}
|
16 |
-
|
17 |
-
#share-btn-container{padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; max-width: 13rem; margin-left: auto;margin-top: 0.35em;}
|
18 |
-
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
19 |
-
#share-btn-container:hover {background-color: #060606}
|
20 |
-
#share-btn {all: initial; color: #ffffff;font-weight: 600; cursor:pointer; font-family: 'IBM Plex Sans', sans-serif; margin-left: 0.5rem !important; padding-top: 0.5rem !important; padding-bottom: 0.5rem !important;right:0;font-size: 15px;}
|
21 |
-
#share-btn * {all: unset}
|
22 |
-
#share-btn-container div:nth-child(-n+2){width: auto !important;min-height: 0px !important;}
|
23 |
-
#share-btn-container .wrap {display: none !important}
|
24 |
-
#share-btn-container.hidden {display: none!important}
|
25 |
-
|
26 |
div#component-24 {
|
27 |
display: none;
|
28 |
}
|
29 |
|
30 |
-
div#component-8 {
|
31 |
-
display: none;
|
32 |
-
}
|
33 |
|
34 |
span.md.svelte-9tftx4 {
|
35 |
display: none;
|
@@ -81,7 +54,7 @@ div#component-5 {
|
|
81 |
position: relative;
|
82 |
z-index: 1;
|
83 |
backdrop-filter: blur(18px);
|
84 |
-
|
85 |
}
|
86 |
|
87 |
|
@@ -146,4 +119,10 @@ svg path {
|
|
146 |
|
147 |
img.svelte-1b19cri {
|
148 |
border-radius: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
div#component-24 {
|
2 |
display: none;
|
3 |
}
|
4 |
|
5 |
+
div#component-8 {background: #00000024;border: 0;color: #ffffff;backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);border-width: 0 !important;}
|
|
|
|
|
6 |
|
7 |
span.md.svelte-9tftx4 {
|
8 |
display: none;
|
|
|
54 |
position: relative;
|
55 |
z-index: 1;
|
56 |
backdrop-filter: blur(18px);
|
57 |
+
-webkit-backdrop-filter: blur(18px);
|
58 |
}
|
59 |
|
60 |
|
|
|
119 |
|
120 |
img.svelte-1b19cri {
|
121 |
border-radius: 10px;
|
122 |
+
}
|
123 |
+
|
124 |
+
.form.svelte-sfqy0y {
|
125 |
+
background: #fff0;
|
126 |
+
border-width: 0px;
|
127 |
+
opacity: 0.8;
|
128 |
}
|