diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index cbdfef0d..c01cb089 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -18,10 +18,10 @@ .fs-label { display: block; color: #94a3b8; font-size: 0.75rem; font-weight: 700; margin-bottom: 0.25rem; } .fs-section { background: rgba(15,23,42,0.5); border-radius: 1.5rem; padding: 1.5rem; border: 1px solid #1e293b; } .fs-badge { display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 1.75rem; border-radius: 0.75rem; font-size: 0.625rem; font-weight: 900; color: white; } -.fs-toggle { position: relative; width: 2.5rem; height: 1.25rem; background: #334155; border-radius: 9999px; cursor: pointer; transition: background 0.2s; } +.fs-toggle { position: relative; width: 2rem; height: 1rem; background: #334155; border-radius: 9999px; cursor: pointer; transition: background 0.2s; flex-shrink: 0; } .fs-toggle.active { background: #3b82f6; } -.fs-toggle::after { content: ''; position: absolute; top: 2px; left: 2px; width: 1rem; height: 1rem; background: white; border-radius: 9999px; transition: transform 0.2s; } -.fs-toggle.active::after { transform: translateX(1.25rem); } +.fs-toggle::after { content: ''; position: absolute; top: 2px; left: 2px; width: 0.75rem; height: 0.75rem; background: white; border-radius: 9999px; transition: transform 0.2s; } +.fs-toggle.active::after { transform: translateX(1rem); } .fs-select { width: 100%; background: rgba(2,6,23,0.8); border: 1px solid #334155; border-radius: 0.75rem; padding: 0.5rem 0.75rem; color: #f8fafc; font-size: 0.875rem; font-weight: 700; outline: none; } .fs-btn { padding: 0.5rem 1rem; border-radius: 0.75rem; font-size: 0.75rem; font-weight: 900; cursor: pointer; transition: all 0.2s; border: none; } .fs-btn-primary { background: #3b82f6; color: white; } @@ -267,50 +267,63 @@