mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 22:40:30 +00:00
弹窗动画
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
|
import { animationDown } from "src/core/theme";
|
||||||
import { css, themeVars } from "src/types/vars";
|
import { css, themeVars } from "src/types/vars";
|
||||||
|
|
||||||
export const modal = css`
|
export const modal = css`
|
||||||
.ui.modal {
|
.ui.modal {
|
||||||
|
animation: ${animationDown};
|
||||||
border: 1.5px solid ${themeVars.color.light.border};
|
border: 1.5px solid ${themeVars.color.light.border};
|
||||||
|
|
||||||
> .header {
|
> .header {
|
||||||
|
|||||||
@@ -37,7 +37,6 @@
|
|||||||
textarea,
|
textarea,
|
||||||
.ui.form input,
|
.ui.form input,
|
||||||
.menu .item,
|
.menu .item,
|
||||||
.ui.modal,
|
|
||||||
.job-step-summary,
|
.job-step-summary,
|
||||||
.job-step-logs,
|
.job-step-logs,
|
||||||
.job-brief-item {
|
.job-brief-item {
|
||||||
|
|||||||
Reference in New Issue
Block a user