Spaces:
Configuration error
Configuration error
Commit
•
9aedd71
1
Parent(s):
aac5823
Update style.css
Browse files
style.css
CHANGED
@@ -73,7 +73,8 @@ input[type='range'] {
|
|
73 |
margin: auto;
|
74 |
padding-top: 1.5rem;
|
75 |
}
|
76 |
-
#share-btn-
|
|
|
77 |
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
78 |
#share-btn-container:hover {background-color: #060606}
|
79 |
#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;}
|
|
|
73 |
margin: auto;
|
74 |
padding-top: 1.5rem;
|
75 |
}
|
76 |
+
#share-btn-wrapper{background-color: transparent;border: 0;margin-top: -10px;}
|
77 |
+
#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;}
|
78 |
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
79 |
#share-btn-container:hover {background-color: #060606}
|
80 |
#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;}
|