From ac29d3080ff38d5a352c15f40487fd05c87f31c3 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Wed, 12 Mar 2025 13:25:17 -0400 Subject: [PATCH] DEV: Fix SCSS linting issue (#1187) --- .../modules/ai-bot/common/ai-artifact.scss | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/assets/stylesheets/modules/ai-bot/common/ai-artifact.scss b/assets/stylesheets/modules/ai-bot/common/ai-artifact.scss index 7c2260cc..6f71031c 100644 --- a/assets/stylesheets/modules/ai-bot/common/ai-artifact.scss +++ b/assets/stylesheets/modules/ai-bot/common/ai-artifact.scss @@ -1,3 +1,15 @@ +@keyframes slideUp { + to { + transform: translateY(-100%); + } +} + +@keyframes vanishing { + to { + display: none; + } +} + .ai-artifact__wrapper { iframe { width: 100%; @@ -72,17 +84,6 @@ html.ai-artifact-expanded { } } } - @keyframes slideUp { - to { - transform: translateY(-100%); - } - } - - @keyframes vanishing { - to { - display: none; - } - } iframe { position: fixed;