HEX
Server: LiteSpeed
System: Linux server484.bertina.biz 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: alvnails (1268)
PHP: 8.2.29
Disabled: mail
Upload Files
File: /home/alvnails/public_html/wp-content/plugins/multisite-language-switcher/css/msls.less
@select-width: 226px;

div#msls.postbox {
	label {
		margin-right: 6px;
	}
    input.msls_title, select {
		width: 100%;
	}
}

select.msls-translations {
	width: @select-width;
}

#msls.postbox {
	.inside {
        li {
            display: flex;
            align-items: center;
            label {
                display: flex;
            }
            input.msls_title, select {
                flex-grow: 1;
            }
        }
	}
}

#msls-content-import {
    .button-primary {
        margin: 1em auto;
    }
}

.flag-icon {
    width: 1.3333em !important;
    height: 1em !important;
    vertical-align: middle;
    overflow: hidden;
    line-height: 1 !important;
    color: transparent;
}

.msls-icon-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    text-align: center;   

    &.flag {
        min-width: 36px;        
    } 

    &.label {
        min-width: 48px;        
    }     

    label & {
        text-align: left;
    }
}

.language-badge,
#wpadminbar .language-badge,
#wpadminbar * .language-badge {
    display: inline-block;
    min-width: 32px;
    height: auto;
    padding: 4px 6px;
    white-space: nowrap;

    font-size: 10px;
    line-height: 1;    
    text-align: center;    

    background-color: currentColor;
    border-radius: 9px;

    user-select: none;

    & > span {
        display: inline-block;
        vertical-align: top;
        margin: 0 1px;

        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        text-align: center;

        &:nth-child( 2 ) {
            opacity: 0.5;
        }
    }  
}

.column-mslscol .language-badge {
    margin: 0 1px !important;
}  


.column-mslscol {
    width: 56px;
}

#wpadminbar .language-badge,
#wpadminbar * .language-badge {
    position: relative;
    top: -1px;

    padding-top: 3px;
    padding-bottom: 3px;

    background-color: transparent;
    border: 1px currentColor solid;

    & > span {
        color: currentColor;        
    }
}