MediaWiki:Common.css: Różnice pomiędzy wersjami

brak opisu edycji
Nie podano opisu zmian
Nie podano opisu zmian
Linia 275: Linia 275:


@media screen and (max-width : 980px){
@media screen and (max-width : 980px){
.share-mobile {
    .share-mobile {
display: inline-flex;
        display: inline-flex;
align-items: center;  
        align-items: center;  
justify-content: center;  
        justify-content: center;  
height: auto;
        height: auto;
color: #777;  
        color: #777;  
text-align: center;  
        text-align: center;  
font-size: 11px;
        font-size: 11px;
font-weight: 500;  
        font-weight: 500;  
letter-spacing: 2px;  
        letter-spacing: 2px;  
margin-left: 5px;
        margin-left: 5px;
text-transform: capitalize;  
        text-transform: capitalize;  
text-decoration: none;  
        text-decoration: none;  
white-space: nowrap;
        white-space: nowrap;
border-radius: 4px;  
        border-radius: 4px;  
border: 1px solid #ddd;
        border: 1px solid #ddd;
cursor: pointer;
        cursor: pointer;
}
    }
    .share-desktop {
        display: none;
    }
}
}


.share-mobile {
.share-mobile {
   display: none;
   display: none;
}
.share-desktop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    color: #777;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 5px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
}
}