Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hyeryung
SWLab UI
Commits
907abe3c
Commit
907abe3c
authored
Aug 16, 2024
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update chat logo
parent
f207487b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
2 deletions
+37
-2
toc.css
src/css/toc.css
+32
-1
toc.hbs
src/partials/toc.hbs
+5
-1
No files found.
src/css/toc.css
View file @
907abe3c
...
...
@@ -141,10 +141,41 @@
}
.chat
.chat-head
{
display
:
flex
;
align-items
:
center
;
padding
:
0
1.5rem
;
background-color
:
var
(
--color-bwg-main
);
height
:
10
0px
;
height
:
8
0px
;
border-top-left-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
{
...
...
src/partials/toc.hbs
View file @
907abe3c
...
...
@@ -7,7 +7,11 @@
</div> --}}
<div
class=
"chat"
>
<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
class=
"chat-body"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment