Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
d9543fa
1
Parent(s):
55904aa
Update app.css
Browse files
app.css
CHANGED
@@ -19,10 +19,6 @@ img {
|
|
19 |
margin: auto;
|
20 |
}
|
21 |
|
22 |
-
.description {
|
23 |
-
text-align: center;
|
24 |
-
}
|
25 |
-
|
26 |
.gr-button {
|
27 |
display: block !important;
|
28 |
width: 100% !important;
|
@@ -45,9 +41,10 @@ img {
|
|
45 |
--tw-gradient-to: #F5501C !important;
|
46 |
}
|
47 |
|
|
|
48 |
.selected {
|
49 |
background-color: #656bd6 !important;
|
50 |
-
}
|
51 |
|
52 |
.radio_item {
|
53 |
border-radius: 10px;
|
@@ -57,11 +54,12 @@ img {
|
|
57 |
|
58 |
.radio_item:hover {
|
59 |
color: #656bd6 !important;
|
60 |
-
}
|
61 |
|
|
|
62 |
.gr-check-radio {
|
63 |
background-color: #CE2C97 !important;
|
64 |
-
}
|
65 |
|
66 |
h1 {
|
67 |
background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif) !important;
|
@@ -79,10 +77,6 @@ h1 {
|
|
79 |
color: black !important;
|
80 |
}
|
81 |
|
82 |
-
input {
|
83 |
-
background-color: #efeffa !important;
|
84 |
-
}
|
85 |
-
|
86 |
.acc, .feat {
|
87 |
background-color: #FF3399 !important
|
88 |
}
|
|
|
19 |
margin: auto;
|
20 |
}
|
21 |
|
|
|
|
|
|
|
|
|
22 |
.gr-button {
|
23 |
display: block !important;
|
24 |
width: 100% !important;
|
|
|
41 |
--tw-gradient-to: #F5501C !important;
|
42 |
}
|
43 |
|
44 |
+
/*
|
45 |
.selected {
|
46 |
background-color: #656bd6 !important;
|
47 |
+
}
|
48 |
|
49 |
.radio_item {
|
50 |
border-radius: 10px;
|
|
|
54 |
|
55 |
.radio_item:hover {
|
56 |
color: #656bd6 !important;
|
57 |
+
} */
|
58 |
|
59 |
+
/*
|
60 |
.gr-check-radio {
|
61 |
background-color: #CE2C97 !important;
|
62 |
+
} */
|
63 |
|
64 |
h1 {
|
65 |
background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif) !important;
|
|
|
77 |
color: black !important;
|
78 |
}
|
79 |
|
|
|
|
|
|
|
|
|
80 |
.acc, .feat {
|
81 |
background-color: #FF3399 !important
|
82 |
}
|