diff --git a/src/docs/scss/app.scss b/src/docs/scss/app.scss index 71b774600..e218290bd 100644 --- a/src/docs/scss/app.scss +++ b/src/docs/scss/app.scss @@ -173,3 +173,24 @@ footer { text-align: center; } } + + +.red { + color: red; +} + +.green { + color: green; +} + +.white { + color: white; +} + +.bg-white{ + background: white; +} + +.bg-black { + background: black; +} \ No newline at end of file diff --git a/src/plugin/components/dialog-window.vue b/src/plugin/components/dialog-window.vue index caea18435..76ddb8201 100644 --- a/src/plugin/components/dialog-window.vue +++ b/src/plugin/components/dialog-window.vue @@ -8,9 +8,9 @@
-
+
-
+