59 lines
1.0 KiB
CSS
59 lines
1.0 KiB
CSS
.active-menu{
|
|
color: #3572EF !important;
|
|
/* font-weight: bolder !important; */
|
|
}
|
|
|
|
.custom-glass-effect {
|
|
background: rgba(255, 255, 255, 0.2); /* Warna putih transparan */
|
|
backdrop-filter: blur(10px); /* Efek blur di belakang elemen */
|
|
-webkit-backdrop-filter: blur(10px); /* Untuk kompatibilitas Safari */
|
|
border-radius: 8px;
|
|
padding: 10px; /* Biar ada ruang sekitar */
|
|
}
|
|
|
|
|
|
.information-img {
|
|
width: 100%;
|
|
height: 200px;
|
|
object-fit: cover;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.popular-post-img {
|
|
width: 100%;
|
|
height: 100px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
/* .information-img {
|
|
width: 100%;
|
|
height: 200px;
|
|
object-fit: contain;
|
|
border-radius: 8px;
|
|
background-color: #F7F7F7;
|
|
} */
|
|
|
|
.information-title{
|
|
height: 3rem;
|
|
}
|
|
|
|
.information-desc{
|
|
height: 3.5rem;
|
|
}
|
|
|
|
.detail-announcement-img {
|
|
width: 100%;
|
|
height: 500px;
|
|
object-fit: contain;
|
|
border-radius: 8px;
|
|
background-color: #F7F7F7;
|
|
}
|
|
|
|
.announcement-title{
|
|
height: 7rem;
|
|
}
|
|
|
|
.search-title{
|
|
height: 6.8rem;
|
|
}
|