aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial/_post/_outdated.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/_partial/_post/_outdated.scss')
-rw-r--r--src/css/_partial/_post/_outdated.scss25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/css/_partial/_post/_outdated.scss b/src/css/_partial/_post/_outdated.scss
deleted file mode 100644
index be7b5ea..0000000
--- a/src/css/_partial/_post/_outdated.scss
+++ /dev/null
@@ -1,25 +0,0 @@
-.post-outdated {
- .hint {
- position: relative;
- margin-top: 20px;
- margin-bottom: 20px;
- padding: 5px 10px;
- border-left: 4px solid rgb(66, 172, 243);
- background-color: rgb(239, 245, 255);
- border-color: rgb(66, 172, 243);
- }
-
- .warn {
- position: relative;
- margin-top: 20px;
- margin-bottom: 20px;
- padding: 5px 10px;
- border-left: 4px solid #f9cf63;
- background-color: #ffffc0;
- border-color: #f9cf63;
- }
-}
-
-
-
-