-
accordion-buttonCSS 2022. 11. 25. 10:55
.accordion-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #000000; ——> css. 파일에서 얘 복사해서 _000.scss 파일에 넣은 후 수정하면 됨
text-align: left;
background-color: #fff;
border: 0;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
'CSS' 카테고리의 다른 글
picture와 source 태그 (0) 2022.11.25 팝업 띄워져 있을 때 뒤에 스크롤 멈추기 (0) 2022.11.25 card grid (0) 2022.11.25 Bootstarp5 + SASS 환경설정 (0) 2022.11.24 position: fixed는 뷰포트를 기준으로 요소를 배치 (0) 2022.11.23