芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/ithemes-security-pro/pro/fingerprinting/css/confirm.css
body { background: #eeeeef; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; } .itsec-confirm-container { display: flex; flex-direction: column; gap: 1.5rem; width: 480px; padding: 2rem 1.5rem; background: white; border: 1px solid #dfdfe0; position: absolute; top: calc(15%); left: calc(50% - 480px / 2); padding: 2rem; } .itsec-confirm-heading { font-size: 1rem; font-weight: 600; color: #232323; margin: 0; } .itsec-map { height: 160px; width: 100%; } .itsec-muted-text { color: #545454; font-size: 0.75rem; line-height: 1rem; margin: 0; } .itsec-device { display: flex; flex-direction: column; gap: 1.25rem; padding: 1rem; border: 1px solid #cecece; } .itsec-device-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; } .itsec-device-section { display: flex; flex-direction: column; gap: 0.25rem; } .itsec-bold-text { font-size: 0.813rem; line-height: 1rem; font-weight: 600; color: #232323; margin: 0; } .itsec-buttons { display: flex; justify-content: space-between; & .itsec-button { width: 47%; font-size: 0.813rem; padding: 0.65rem; cursor: pointer; } & .itsec-button-cancel { background: white; border: 1px solid #cecece; color: #232323; text-decoration: none; text-align: center; } & .itsec-button-deny { color: white; border: 1px solid #d63638; background: #d63638; &:hover { background: #b32d2e; } } & .itsec-button-approve { color: white; border: 1px solid #6817c5; background: #6817c5; &:hover { background: #53129e; } } }