aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/github/collections/message.variables
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:29:56 -0800
committerFuwn <[email protected]>2020-12-14 23:29:56 -0800
commit002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch)
tree428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/github/collections/message.variables
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/github/collections/message.variables')
-rw-r--r--semantic/src/themes/github/collections/message.variables29
1 files changed, 0 insertions, 29 deletions
diff --git a/semantic/src/themes/github/collections/message.variables b/semantic/src/themes/github/collections/message.variables
deleted file mode 100644
index 165eef6..0000000
--- a/semantic/src/themes/github/collections/message.variables
+++ /dev/null
@@ -1,29 +0,0 @@
-@background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)) #FEFEFE;
-@boxShadow:
- 0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset,
- 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset
-;
-@verticalPadding: 15px;
-@horizontalPadding: 15px;
-
-@headerFontSize: 1.15em;
-
-@infoTextColor: #264C72;
-@warningTextColor: #613A00;
-@errorTextColor: #991111;
-
-@floatingBoxShadow:
- 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset,
- 0px 2px 3px 0px rgba(0, 0, 0, 0.1),
- 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset
-;
-
-@infoBorderColor: #97C1DA;
-@errorBorderColor: #DA9797;
-@warningBorderColor: #DCA874;
-
-@small: 12px;
-@medium: 13px;
-@large: 14px;
-@huge: 16px;
-@massive: 18px;