
@import url(./color.css);



.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.readall-wrapper {
    text-align: center;
}
.readall-button {
    display: inline-block;
    background: none;
    border: none;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    color: var(--maincolor);
    float:right;
    margin-bottom:10px;
}

.readall-button:hover {
    background: none;
}

.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}