Skip to content
Snippets Groups Projects
accounts.css 784 B
Newer Older
  • Learn to ignore specific revisions
  • #account-icon {
        margin-top: 3rem;
        justify-content: center;
    }
    
    #account-icon-preview {
        text-align: center;
        border: 2px solid var(--color-text);
        padding: 1rem;
        color: var(--color-text);
    }
    
    #button-remove-account-icon {
        margin-left: 1rem;
    }
    
    #button-remove-account-icon i {
        font-size: 1.8rem;
    
    }
    
    .account-icon-option-column {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .account-icon-option {
        padding: 0.5rem;
        border: 2px solid transparent;
    }
    
    .account-icon-option:hover {
        cursor: pointer;
    }
    
    .account-icon-option.selected {
        border: 2px solid var(--color-text);
    }
    
    .account-icon-preview-icon {
        height: 5rem;
    }
    
    
    .account-select-icon {
        height: 34px;
        width: 34px;
    }