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

brak opisu edycji
Nie podano opisu zmian
Nie podano opisu zmian
Linia 294: Linia 294:
     }
     }
}
}


.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;
}
}