This commit is contained in:
Pusdatin BPKD Jkt
2022-08-09 15:48:49 +07:00
parent 7e9b0e284a
commit e0ac0bb8db
16 changed files with 232 additions and 208 deletions
+19 -3
View File
@@ -314,10 +314,26 @@ hr{
}
.card-title{
font-weight: bold;
/* font-weight: bold; */
text-transform: uppercase;
}
.content-header h1{
.content-header h5{
color:#001f3f;
}
}
/*
.content{
padding-top: 60px !important;
}
.content-header{
position: fixed;
background: whitesmoke;
z-index: 999;
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
}
*/