]> cat aescling's git repositories - mastodon.git/commitdiff
Move report modal styles to flavours/glitch/styles/components/modal.scss
authorClaire <claire.github-309c@sitedethib.com>
Thu, 10 Mar 2022 10:16:13 +0000 (11:16 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Thu, 10 Mar 2022 10:16:13 +0000 (11:16 +0100)
app/javascript/flavours/glitch/styles/components/index.scss
app/javascript/flavours/glitch/styles/components/modal.scss

index 7364eba91ad664e0f893388ac5a7499e0db22b9c..016e31c633664a3270d7ac98fe32fcd16c1620c7 100644 (file)
@@ -1563,41 +1563,6 @@ button.icon-button.active i.fa-retweet {
   filter: none;
 }
 
-.compare-history-modal {
-  .report-modal__target {
-    border-bottom: 1px solid $ui-secondary-color;
-  }
-
-  &__container {
-    padding: 30px;
-    pointer-events: all;
-  }
-
-  .status__content {
-    color: $inverted-text-color;
-    font-size: 19px;
-    line-height: 24px;
-
-    .emojione {
-      width: 24px;
-      height: 24px;
-      margin: -1px 0 0;
-    }
-
-    a {
-      color: $highlight-text-color;
-    }
-
-    hr {
-      height: 0.25rem;
-      padding: 0;
-      background-color: $ui-secondary-color;
-      border: 0;
-      margin: 20px 0;
-    }
-  }
-}
-
 .loading-bar {
   background-color: $ui-highlight-color;
   height: 3px;
index ae1afc32056cf0d156fd3b6cf6190cf0c8fa1c0c..4143901e34acd88e9220fe2c318afd46259efd5e 100644 (file)
   }
 }
 
+.compare-history-modal {
+  .report-modal__target {
+    border-bottom: 1px solid $ui-secondary-color;
+  }
+
+  &__container {
+    padding: 30px;
+    pointer-events: all;
+  }
+
+  .status__content {
+    color: $inverted-text-color;
+    font-size: 19px;
+    line-height: 24px;
+
+    .emojione {
+      width: 24px;
+      height: 24px;
+      margin: -1px 0 0;
+    }
+
+    a {
+      color: $highlight-text-color;
+    }
+
+    hr {
+      height: 0.25rem;
+      padding: 0;
+      background-color: $ui-secondary-color;
+      border: 0;
+      margin: 20px 0;
+    }
+  }
+}
+
 .embed-modal {
   width: auto;
   max-width: 80vw;