Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
8593eff
1
Parent(s):
b5f8eb3
Update app.css
Browse files
app.css
CHANGED
@@ -15,7 +15,7 @@ img {
|
|
15 |
.description {
|
16 |
text-align: center;
|
17 |
}
|
18 |
-
.
|
19 |
display: block !important;
|
20 |
width: 100% !important;
|
21 |
background-color: #00EACD !important;
|
@@ -24,11 +24,11 @@ img {
|
|
24 |
box-shadow: 0 10px #00AEAB !important;
|
25 |
border-radius: 10px !important;
|
26 |
}
|
27 |
-
.
|
28 |
box-shadow: 0 5px #00AEAB;
|
29 |
transform: translateY(5px);
|
30 |
}
|
31 |
-
.
|
32 |
color: black !important;
|
33 |
}
|
34 |
.selected {
|
|
|
15 |
.description {
|
16 |
text-align: center;
|
17 |
}
|
18 |
+
.gr-button {
|
19 |
display: block !important;
|
20 |
width: 100% !important;
|
21 |
background-color: #00EACD !important;
|
|
|
24 |
box-shadow: 0 10px #00AEAB !important;
|
25 |
border-radius: 10px !important;
|
26 |
}
|
27 |
+
.gr-button:hover {
|
28 |
box-shadow: 0 5px #00AEAB;
|
29 |
transform: translateY(5px);
|
30 |
}
|
31 |
+
.gr-button-primary {
|
32 |
color: black !important;
|
33 |
}
|
34 |
.selected {
|