Commit 907abe3c authored by minseok.park's avatar minseok.park

update chat logo

parent f207487b
Pipeline #20344 failed with stages
in 1 minute and 38 seconds
...@@ -141,10 +141,41 @@ ...@@ -141,10 +141,41 @@
} }
.chat .chat-head { .chat .chat-head {
display: flex;
align-items: center;
padding: 0 1.5rem;
background-color: var(--color-bwg-main); background-color: var(--color-bwg-main);
height: 100px; height: 80px;
border-top-left-radius: 30px; border-top-left-radius: 30px;
border-top-right-radius: 30px; border-top-right-radius: 30px;
color: var(--color-white);
}
.chat-logo {
display: inline-block;
width: 40px;
height: 40px;
background-image: url('../img/logo.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-right: 5px;
}
.chat-logo-title-contents {
display: flex;
flex-direction: column;
justify-content: center;
}
.chat-logo-title-contents .chat-logo-title {
font-size: 29px;
font-weight: 600;
}
.chat-logo-title-contents .chat-logo-title.sub {
font-size: 12px;
font-weight: 300;
} }
.chat .chat-body { .chat .chat-body {
......
...@@ -7,7 +7,11 @@ ...@@ -7,7 +7,11 @@
</div> --}} </div> --}}
<div class="chat"> <div class="chat">
<div class="chat-head"> <div class="chat-head">
<i class="chat-logo"></i>
<div class="chat-logo-title-contents">
<span class="chat-logo-title">SWLab</span>
<span class="chat-logo-title sub">Bankware Global</span>
</div>
</div> </div>
<div class="chat-body"> <div class="chat-body">
......
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