aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_error.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/components/_error.scss')
-rw-r--r--src/scss/components/_error.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/scss/components/_error.scss b/src/scss/components/_error.scss
deleted file mode 100644
index eaf6e51..0000000
--- a/src/scss/components/_error.scss
+++ /dev/null
@@ -1,9 +0,0 @@
1$error-bgcolor: #f79191;
2$error-color: #9e0c0c;
3
4.c-error {
5 padding: $baseline-x3;
6 color: $error-color;
7 background-color: $error-bgcolor;
8 border-radius: 2px;
9}