« Back to History
pages.css
|
20260721_154032.php
Initial Bulk Import
Copy Code
body { background: #e7f1e7; font-family: Arial, sans-serif; } .permission-container { width: 720px; padding: 32px 32px 20px 32px; margin: 20px auto; border-radius: 8px; background: #7990a2; box-shadow: 0 2px 14px #9bb0b8aa; } .permission-container h2 { color: #f3f8f3; text-align: center; margin-bottom: 16px; font-size: 19px; font-weight: bold; letter-spacing: .5px; } .user-field { display: flex; align-items: center; justify-content: center; margin-bottom: 18px; } .user-field label { color: #eef7ed; margin-right: 9px; font-size: 16px; } .user-field input { background: #c4dfc4; border: none; border-radius: 5px; font-size: 15px; padding: 3px 20px; margin-left: 4px; } .section { margin-bottom: 28px; } .section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; } .section-title { color: #ecf6f3; font-size: 17px; font-weight: 500; letter-spacing: 0.2px; } .all-label { color: #dde8e3; font-size: 15px; display: flex; align-items: center; gap: 5px; } .perm-row { display: flex; align-items: center; margin-bottom: 9px; } .perm-row input[type="text"] { flex: 1; background: #c8e1c9; border: none; border-radius: 5px; font-size: 15px; padding: 6px 12px; margin-right: 10px; color: #747d74; } .perm-row input[type="checkbox"] { width: 20px; height: 20px; accent-color: #83a288; } .button-row { display: flex; justify-content: flex-end; gap: 16px; margin-top: 14px; } .reset-btn, .update-btn { font-size: 15px; background: #c4dfc4; border: none; border-radius: 5px; padding: 6px 20px; cursor: pointer; transition: background 0.2s; } .reset-btn:hover, .update-btn:hover { background: #b0d1b0; }