Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -61,7 +61,12 @@ footer {
|
|
61 |
margin: .75rem !important;
|
62 |
}
|
63 |
|
|
|
|
|
|
|
|
|
64 |
#paints > * > .border {
|
65 |
box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
|
66 |
border-radius: 2px !important;
|
|
|
67 |
}
|
|
|
61 |
margin: .75rem !important;
|
62 |
}
|
63 |
|
64 |
+
#paints > * > .text-gray-500 {
|
65 |
+
display: none !important;
|
66 |
+
}
|
67 |
+
|
68 |
#paints > * > .border {
|
69 |
box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
|
70 |
border-radius: 2px !important;
|
71 |
+
overflow: hidden !important;
|
72 |
}
|