Isk5434 commited on
Commit
1dc8345
·
verified ·
1 Parent(s): 9aa3a30

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +13 -4
app.py CHANGED
@@ -612,11 +612,20 @@ input[type="range"]::-webkit-slider-runnable-track {
612
  Radioボタン: ダイヤモンド◆スタイル
613
  ======================================== */
614
  .diamond-radio {
615
- background: rgba(255,255,255,0.5) !important;
616
- border: 1.25px solid #a8c8a8 !important;
617
  border-radius: 0 !important;
618
- padding: 14px 16px !important;
619
- box-shadow: 3px 3px 0px 0px #c0d8c0 !important;
 
 
 
 
 
 
 
 
 
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,