Skip to content

Commit

Permalink
Updated gui , updated mapping, updated styling. (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExiRain authored Dec 13, 2024
1 parent c717ea3 commit 4d6988a
Show file tree
Hide file tree
Showing 5 changed files with 874 additions and 822 deletions.
18 changes: 12 additions & 6 deletions GUI/src/components/Chat/Chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

:any-link {
background: url('../../static/icons/link-external-blue.svg')
no-repeat right center;
no-repeat right center;
padding-right: 1.25em;
color: blue;
text-decoration: underline;
Expand Down Expand Up @@ -213,7 +213,7 @@

:any-link {
background: url('../../static/icons/link-external-white.svg')
no-repeat right center;
no-repeat right center;
padding-right: 1.25em;
color: white;
text-decoration: underline;
Expand Down Expand Up @@ -308,7 +308,7 @@
align-items: center;
padding: 4px 8px;
background-color: get-color(black-coral-0);
border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 4px;
font-size: $veera-font-size-100;
line-height: $veera-line-height-500;
transition: all 0.25s ease-out;
Expand All @@ -322,7 +322,7 @@

:any-link {
background: url('../../static/icons/link-external-blue.svg') no-repeat
right center;
right center;
padding-right: 1.25em;
color: blue;
text-decoration: underline;
Expand All @@ -332,8 +332,8 @@
&__message-preview {
display: flex;
align-items: center;
padding: 4px 9px;
border-radius: 8px 8px 8px 8px;
padding: 4px 8px;
border-radius: 8px 8px 8px 4px;
font-size: $veera-font-size-100;
line-height: $veera-line-height-500;
transition: all 0.25s ease-out;
Expand Down Expand Up @@ -369,3 +369,9 @@
}
}
}

.title {
font-size: 13px;
color: get-color(black-coral-6);
padding-top: 2px;
}
Loading

0 comments on commit 4d6988a

Please sign in to comment.