diff --git a/src/renderer/src/app.scss b/src/renderer/src/app.scss index 1623e83d..5363829b 100644 --- a/src/renderer/src/app.scss +++ b/src/renderer/src/app.scss @@ -1,4 +1,4 @@ -@import "../../scss/variables"; +@import "./scss/variables"; * { box-sizing: border-box; diff --git a/src/renderer/src/components/modal/modal.scss b/src/renderer/src/components/modal/modal.scss index 5bf420d6..7082670d 100644 --- a/src/renderer/src/components/modal/modal.scss +++ b/src/renderer/src/components/modal/modal.scss @@ -14,12 +14,12 @@ display: flex; flex-direction: column; - &--closing { + &__closing { animation-name: scale-fade-out; opacity: 0; } - &--large { + &__large { width: 800px; max-width: 800px; } diff --git a/src/renderer/src/components/modal/modal.tsx b/src/renderer/src/components/modal/modal.tsx index ed2a4f02..a8846687 100644 --- a/src/renderer/src/components/modal/modal.tsx +++ b/src/renderer/src/components/modal/modal.tsx @@ -110,8 +110,8 @@ export function Modal({