diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
| commit | 823344c19094680e80e2b56449a243e183db8b06 (patch) | |
| tree | 92277700547ea671331828caa258ace7aaaa46d5 /semantic/src/themes/github/collections/message.variables | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'semantic/src/themes/github/collections/message.variables')
| -rw-r--r-- | semantic/src/themes/github/collections/message.variables | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/semantic/src/themes/github/collections/message.variables b/semantic/src/themes/github/collections/message.variables new file mode 100644 index 0000000..165eef6 --- /dev/null +++ b/semantic/src/themes/github/collections/message.variables @@ -0,0 +1,29 @@ +@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; |