diff --git a/projecte-final/main/assets/css/style.css b/projecte-final/main/assets/css/style.css index 258921f..145d081 100644 --- a/projecte-final/main/assets/css/style.css +++ b/projecte-final/main/assets/css/style.css @@ -643,4 +643,54 @@ body border-color: #00c3ff; box-shadow: 0 0 15px rgba(0, 195, 255, 0.2); background: rgba(15, 23, 42, 0.9); -} \ No newline at end of file +} + +/*==============Pagina cercar============*/ +.options-grid +{ + display: grid; + grid-template-columns: 1fr 1fr; + gap: 0.5rem; + margin-top: 0.5rem; +} +.option-label +{ + display: flex; + align-items: center; + color: #cbd5e1; + font-size: 0.9rem; + cursor: pointer; +} + +.option-label input +{ + margin-right: 8px; + accent-color: #00c3ff; +} +.buttons-container +{ + display: flex; + gap:1rem; + margin-top: 2rem; +} +.btn-reset +{ + border-color: #ff4757; + color: #ff4757; +} +.btn-reset:hover +{ + background: #ff4757; + color: white; + box-shadow: 0 0 20px rgba(255, 71, 87, 0.6); +} + +output +{ + display: block; + text-align: center; + color: #00c3ff; + font-weight: bold; + margin-top: 0.5rem; +} +