This commit is contained in:
ThatOneCalculator 2023-02-18 20:01:00 -08:00
parent b8499df5eb
commit 1d2e638571
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 9 additions and 9 deletions

View file

@ -341,12 +341,12 @@ defineExpose({
.transition_modal-popup_enterActive,
.transition_modal-popup_leaveActive {
> .bg {
transition: opacity 0.1s !important;
transition: opacity 0.2s !important;
}
> .content {
transform-origin: var(--transformOrigin);
transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1), transform 0.1s cubic-bezier(0, 0, 0.2, 1) !important;
transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1), transform 0.2s cubic-bezier(0, 0, 0.2, 1) !important;
}
}
.transition_modal-popup_enterFrom,

View file

@ -147,14 +147,14 @@ onMounted(async () => {
&.sub {
> .icon {
background: #907aa955;
background: #907aa922;
color: #c4a7e7;
}
}
&.pub {
> .icon {
background: #56949f55;
background: #56949f22;
color: #9ccfd8;
}
}

View file

@ -106,35 +106,35 @@ onMounted(async () => {
&.users {
> .icon {
background: #56949f55;
background: #56949f22;
color: #9ccfd8;
}
}
&.notes {
> .icon {
background: #28698355;
background: #28698322;
color: #31748f;
}
}
&.instances {
> .icon {
background: #d7827e55;
background: #d7827e22;
color: #ebbcba;
}
}
&.emojis {
> .icon {
background: #ea9d3455;
background: #ea9d3422;
color: #f6c177;
}
}
&.online {
> .icon {
background: #907aa955;
background: #907aa922;
color: #c4a7e7;
}
}