Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -612,11 +612,20 @@ input[type="range"]::-webkit-slider-runnable-track {
|
|
| 612 |
Radioボタン: ダイヤモンド◆スタイル
|
| 613 |
======================================== */
|
| 614 |
.diamond-radio {
|
| 615 |
-
background:
|
| 616 |
-
border:
|
| 617 |
border-radius: 0 !important;
|
| 618 |
-
padding:
|
| 619 |
-
box-shadow:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 620 |
}
|
| 621 |
.diamond-radio label,
|
| 622 |
.diamond-radio .wrap label,
|
|
|
|
| 612 |
Radioボタン: ダイヤモンド◆スタイル
|
| 613 |
======================================== */
|
| 614 |
.diamond-radio {
|
| 615 |
+
background: transparent !important;
|
| 616 |
+
border: none !important;
|
| 617 |
border-radius: 0 !important;
|
| 618 |
+
padding: 0 !important;
|
| 619 |
+
box-shadow: none !important;
|
| 620 |
+
}
|
| 621 |
+
.diamond-radio .wrap,
|
| 622 |
+
.diamond-radio > div {
|
| 623 |
+
background: transparent !important;
|
| 624 |
+
border: 1px solid transparent !important;
|
| 625 |
+
border-image: linear-gradient(135deg, #b2d8e8 0%, #b2e0d4 50%, #c8e8c0 100%) 1 !important;
|
| 626 |
+
border-radius: 0 !important;
|
| 627 |
+
padding: 12px 14px !important;
|
| 628 |
+
box-shadow: none !important;
|
| 629 |
}
|
| 630 |
.diamond-radio label,
|
| 631 |
.diamond-radio .wrap label,
|