diff --git a/src/main/resources/static/css/common.css b/src/main/resources/static/css/common.css index 434da4c..ae5afca 100644 --- a/src/main/resources/static/css/common.css +++ b/src/main/resources/static/css/common.css @@ -1,4 +1,3 @@ - .form-signin{ width: 100%; max-width: 330px; @@ -9,4 +8,21 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); +} + +.btn-toggle:hover, .btn-toggle:focus { + color: rgba(0, 0, 0, .85); + background-color: #d2f4ea; +} +.btn-toggle::before { + width: 1.25em; + line-height: 0; + content: url("/img/bootstrap-icons-1.7.1/caret-right-fill.svg"); + transition: transform .35s ease; + transform-origin: 0.5em 50%; +} +.btn-toggle[aria-expanded="true"]::before { + content: url("/img/bootstrap-icons-1.7.1/caret-down-fill.svg"); + /*왜 안돌까?*/ + /*transform: rotate(90deg);*/ } \ No newline at end of file diff --git a/src/main/resources/templates/fragments/leftMenu.html b/src/main/resources/templates/fragments/leftMenu.html index a0d0521..00fd03e 100644 --- a/src/main/resources/templates/fragments/leftMenu.html +++ b/src/main/resources/templates/fragments/leftMenu.html @@ -19,51 +19,68 @@