• File: dokumen.css
  • Full Path: /var/www/disnaker2022/current/public/css/dokumen.css
  • File size: 420 bytes
  • MIME-type: text/plain
  • Charset: utf-8
.card-header .title {
    font-size: 17px;
    color: #000;
}

.card-header .accicon {
    float: right;
    font-size: 20px;  
    width: 1.2em;
}

.card-header{
    cursor: pointer;
    border-bottom: none;
}

.card{
    border: 1px solid #ddd;
}

.card-body{
    border-top: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.list-group-item {
    margin-right: -30px;
}