Skip to content

Commit

Permalink
TGS Test Merge (#22845)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogbot-13 committed Dec 12, 2024
2 parents 53294ef + c6ce57e commit e9d3e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tgui/packages/tgui-panel/styles/components/Chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ $color-bg-section: base.$color-bg-section !default;
vertical-align: middle;
background-color: crimson;
border-radius: 10px;
transition: font-size 200ms ease-out;
transition: background-color 200ms ease-out;

&:before {
content: 'x';
}
}

.Chat__badge--animate {
font-size: 0.9em;
transition: font-size 0ms;
background-color: orange;
transition: background-color 0ms;
}

.Chat__scrollButton {
Expand Down

0 comments on commit e9d3e88

Please sign in to comment.