Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Oct 21, 2024
1 parent f59d813 commit bcdf84b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/styles/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,3 +417,43 @@ input[type="text"] {
.button-container > .button-icon.highlight {
color: dodgerblue;
}

dialog.export-format {
background-color: transparent;
border-radius: 10px;
padding: 0;
border: unset;
}

dialog.export-format > .export-format-main {
background-color: white;
border-radius: 10px;
padding: 20px 30px;
}

dialog.export-format > .export-format-main > .title {
font-size: 18px;
margin-bottom: 20px;
}

dialog.export-format > .export-format-main > .export-btn {
display: flex;
align-items: center;
height: 40px;
border: 2px solid lightgray;
margin-bottom: 15px;
border-radius: 10px;
transition-duration: .3s;
}
dialog.export-format > .export-format-main > .export-btn:hover {
border-color: gray;
}

dialog.export-format > .export-format-main > .export-btn > .icon {
margin-left: auto;
margin-right: 10px;
}

dialog.export-format > .export-format-main > .export-btn > .text {
margin-right: auto;
}

0 comments on commit bcdf84b

Please sign in to comment.