forked from izu/student-web-if-development-kit
fix: perbaiki bilingual dan responsive konten baru
This commit is contained in:
@@ -1512,6 +1512,37 @@ a { text-decoration: none; }
|
||||
box-shadow: 0 6px 20px rgba(0,94,184,.1);
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
|
||||
.jf-mitra-desc {
|
||||
font-size: .67rem;
|
||||
color: #94a3b8;
|
||||
line-height: 1.45;
|
||||
margin-top: .2rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.jf-mitra-name {
|
||||
font-size: .75rem;
|
||||
font-weight: 600;
|
||||
color: var(--slate);
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.jf-mitra-card {
|
||||
background: var(--white);
|
||||
border: 1px solid #e8eef5;
|
||||
border-radius: .85rem;
|
||||
padding: 1rem .85rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
text-align: center;
|
||||
min-height: 90px;
|
||||
gap: .35rem;
|
||||
transition: all .25s;
|
||||
}
|
||||
|
||||
.jf-mitra-logo { font-size: 1.5rem; }
|
||||
.jf-mitra-name { font-size: .68rem; font-weight: 600; color: var(--slate); line-height: 1.35; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user