Commit 1b897eb9 authored by minseok.park's avatar minseok.park

update style

parent 1e2f6aed
Pipeline #21765 passed with stages
in 4 minutes and 5 seconds
...@@ -190,6 +190,7 @@ ...@@ -190,6 +190,7 @@
#model-toggle { #model-toggle {
color: var(--color-bwg-main); color: var(--color-bwg-main);
font-size: 18px;
font-weight: 600; font-weight: 600;
background: url(../img/chevron.svg) no-repeat; background: url(../img/chevron.svg) no-repeat;
background-position: right 0.5rem top 50%; background-position: right 0.5rem top 50%;
...@@ -294,6 +295,7 @@ ...@@ -294,6 +295,7 @@
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
margin-right: 5px; margin-right: 5px;
margin-top: 5px;
} }
.chat-logo-title-contents { .chat-logo-title-contents {
...@@ -427,6 +429,10 @@ ...@@ -427,6 +429,10 @@
line-height: 1.5; line-height: 1.5;
} }
.chat .chat-area textarea::placeholder {
color: #757575;
}
.chat .chat-area textarea:focus { .chat .chat-area textarea:focus {
outline: none; outline: none;
} }
...@@ -537,7 +543,7 @@ ...@@ -537,7 +543,7 @@
height: 30px; height: 30px;
} }
.chat-logo-title-contents .chat-logo-title.main { .chat-logo-title-contents .chat-logo-title {
font-size: 20px; font-size: 20px;
} }
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
</svg> </svg>
</div> </div>
<div id="close-btn"> <div id="close-btn">
<svg data-slot='icon' fill='none' strokeWidth='1.5' stroke='#fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' width='30' height='30'> <svg data-slot="icon" fill="none" stroke-width="1.5" stroke="#fff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="30" height="30">
<path strokeLinecap='round' strokeLinejoin='round' d='M6 18 18 6M6 6l12 12'></path> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"></path>
</svg> </svg>
</div> </div>
<div class="model"> <div class="model">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment