style
This commit is contained in:
parent
b8499df5eb
commit
1d2e638571
|
@ -341,12 +341,12 @@ defineExpose({
|
||||||
.transition_modal-popup_enterActive,
|
.transition_modal-popup_enterActive,
|
||||||
.transition_modal-popup_leaveActive {
|
.transition_modal-popup_leaveActive {
|
||||||
> .bg {
|
> .bg {
|
||||||
transition: opacity 0.1s !important;
|
transition: opacity 0.2s !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .content {
|
> .content {
|
||||||
transform-origin: var(--transformOrigin);
|
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,
|
.transition_modal-popup_enterFrom,
|
||||||
|
|
|
@ -147,14 +147,14 @@ onMounted(async () => {
|
||||||
|
|
||||||
&.sub {
|
&.sub {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #907aa955;
|
background: #907aa922;
|
||||||
color: #c4a7e7;
|
color: #c4a7e7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.pub {
|
&.pub {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #56949f55;
|
background: #56949f22;
|
||||||
color: #9ccfd8;
|
color: #9ccfd8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,35 +106,35 @@ onMounted(async () => {
|
||||||
|
|
||||||
&.users {
|
&.users {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #56949f55;
|
background: #56949f22;
|
||||||
color: #9ccfd8;
|
color: #9ccfd8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.notes {
|
&.notes {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #28698355;
|
background: #28698322;
|
||||||
color: #31748f;
|
color: #31748f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.instances {
|
&.instances {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #d7827e55;
|
background: #d7827e22;
|
||||||
color: #ebbcba;
|
color: #ebbcba;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.emojis {
|
&.emojis {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #ea9d3455;
|
background: #ea9d3422;
|
||||||
color: #f6c177;
|
color: #f6c177;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.online {
|
&.online {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #907aa955;
|
background: #907aa922;
|
||||||
color: #c4a7e7;
|
color: #c4a7e7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue