CSS

 avatar
unknown
plain_text
6 months ago
1.6 kB
4
Indexable
table {
    word-wrap: break-word;
    text-align: center;
}

td {
    overflow: hidden;
    padding: 4px;
    max-width: 25px;
    width: 25px;
    border-left: none;
    border-right: none;
    padding: 3px;
    box-sizing: border-box;
    height: 10px !important;
    overflow: hidden;
}

.infoQuarto {
    max-width: 100%;
    height: 10px !important;
    padding: 0;
}

td>.btn {
    border-radius: 1% 1% 1% 1%;
}

td:hover :nth-child(0) {
    opacity: 70%;
    background-color: aliceblue;
}


th {
    width: 10px !important;
    height: 10px !important;
    font-size: 0.8rem;
}

tbody>tr,
td {
    cursor: pointer;
}

.vago:hover {
    opacity: 70%;
    background-color: aliceblue;
}

.clicavel {
    cursor: pointer;
}

.entre-dias {
    height: 50px;
    margin-left: -10px;
    width: 100vw;
    text-align: start;
    color: white;
    opacity: 45%;
}

.vago {
    text-align: start;
    width: 100%;
    height: 50px;
}

.dia-entrada-dividido {
    height: 50px;
    color: white;
    text-align: start;
    margin-left: 1px;
    width: 49%;
    white-space: nowrap;
}

.dia-saida-dividido {
    margin-left: -8px;
    padding-left: 30%;
    text-align: start;
    overflow: hidden;
    color: white;
    opacity: 45%;
    width: 49%;
    height: 50px;
}

.dia-entrada-solo {
    text-align: start;
    width: 200%;
    height: 50px;
    color: white;
    border-radius: 8px 0px 0px 8px !important;
    overflow: visible;
}

@media (max-width: 992px) {}
Editor is loading...
Leave a Comment