Spaces:
Running
on
Zero
Running
on
Zero
Update style.css
Browse files
style.css
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
.gradio-container {
|
2 |
max-width: 720px! important;
|
3 |
}
|
4 |
-
|
|
|
|
|
|
|
5 |
#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;}
|
6 |
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
7 |
#share-btn-container:hover {background-color: #060606}
|
|
|
1 |
.gradio-container {
|
2 |
max-width: 720px! important;
|
3 |
}
|
4 |
+
|
5 |
+
.btn {
|
6 |
+
background-color:#525344;
|
7 |
+
}
|
8 |
#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;}
|
9 |
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
10 |
#share-btn-container:hover {background-color: #060606}
|