HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/globfdxw/www/wp-content/plugins/give/src/Admin/fields/LockedTextInput/styles.module.scss
.inputContainer {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: var(--givewp-spacing-1);
}

.input {
    flex: 1;
    margin: 0;
}

.editButton {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    svg {
        width: 24px;
        height: 24px;
        transition: stroke 0.2s ease;
    }
}