mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-23 04:10:00 +00:00
Implement conversation UI
This commit is contained in:
@@ -171,3 +171,32 @@
|
||||
display: flex;
|
||||
gap: 68px;
|
||||
}
|
||||
|
||||
/* Conversation Section */
|
||||
.conversation__container {
|
||||
width: var(--width);
|
||||
margin: auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 73.57px;
|
||||
}
|
||||
|
||||
.conversation__content {
|
||||
width: 470px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.conversation__heading {
|
||||
font-size: var(--fs-lg);
|
||||
font-family: var(--ff-secondary-bold);
|
||||
line-height: 125%;
|
||||
}
|
||||
|
||||
.conversation__description {
|
||||
font-size: var(--fs-sm);
|
||||
font-family: var(--ff-primary-regular);
|
||||
line-height: 125%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user