diff --git a/src/main/resources/static/css/basic.css b/src/main/resources/static/css/basic.css index 478a238..98913dc 100644 --- a/src/main/resources/static/css/basic.css +++ b/src/main/resources/static/css/basic.css @@ -724,3 +724,32 @@ body { top: -2px; } +.hr-sect { + display: flex; + flex-basis: 100%; + align-items: center; + color: rgba(0, 0, 0, 0.65); + font-size: 16px; + margin: 36px 0px 8px 0px; +} + +.hr-sect::before, +.hr-sect::after { + content: ""; + flex-grow: 1; + background: rgba(0, 0, 0, 0.35); + height: 1px; + font-size: 0px; + line-height: 0px; + margin: 0px 16px; +} + +.sns-btn { + border: #ced4da solid 1px; + background-color: #ffffff; + color: #666666; + font-size: 14px; + border-radius: 30px; + width: 84px; +} + diff --git a/src/main/resources/templates/chat-room.html b/src/main/resources/templates/chat-room.html index 9844d42..643152e 100644 --- a/src/main/resources/templates/chat-room.html +++ b/src/main/resources/templates/chat-room.html @@ -17,6 +17,8 @@ 방정보 아이콘 + +