틀:정보상자/styles.css: 두 판 사이의 차이

식물 vs 좀비 위키
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
50번째 줄: 50번째 줄:
);
);
box-shadow: 0 4px 9px rgba(67, 43, 29, 0.22);
box-shadow: 0 4px 9px rgba(67, 43, 29, 0.22);
}
.infobox__title p {
margin: 0;
font: inherit;
color: inherit;
line-height: inherit;
}
}


203번째 줄: 210번째 줄:
}
}


.infobox__title {
.infobox .infobox__title {
padding: 0.25rem 1.2rem;
padding: 0.45rem 1.2rem;
font-size: 3em;
font-size: 2.8rem;
line-height: 1.3;
line-height: 1.2;
clip-path: polygon(
clip-path: polygon(
3% 0,
3% 0,
213번째 줄: 220번째 줄:
0 100%
0 100%
);
);
}
.infobox .infobox__title p {
margin: 0;
font: inherit;
color: inherit;
line-height: inherit;
}
}


254번째 줄: 268번째 줄:
}
}


.infobox__title {
.infobox .infobox__title {
padding-top: 0.2rem;
padding: 0.4rem 1rem;
padding-bottom: 0.2rem;
font-size: 2.5rem;
font-size: 3em;
line-height: 1.2;
}
 
.infobox .infobox__title p {
margin: 0;
font: inherit;
color: inherit;
line-height: inherit;
}
}