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/globals | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'semantic/src/themes/github/globals')
| -rw-r--r-- | semantic/src/themes/github/globals/site.variables | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/semantic/src/themes/github/globals/site.variables b/semantic/src/themes/github/globals/site.variables new file mode 100644 index 0000000..b5879ee --- /dev/null +++ b/semantic/src/themes/github/globals/site.variables @@ -0,0 +1,47 @@ +/******************************* + User Global Variables +*******************************/ + +@pageMinWidth : 1049px; +@pageOverflowX : visible; + +@emSize: 13px; +@fontSize : 13px; +@fontName : 'Arial'; +@importGoogleFonts : false; + +@h1: 2.25em; + +@defaultBorderRadius: 0.2307em; + +@disabledOpacity: 0.3; + +/* Colors */ +@blue: #80A6CD; +@green: #78CB5B; +@orange: #D26911; +@black: #333333; +@primaryColor: @green; +@secondaryColor: @black; + +/* Links */ +@linkColor: #4078C0; +@linkHoverColor: @linkColor; +@linkHoverUnderline: underline; + +/* Borders */ +@borderColor: rgba(0, 0, 0, 0.13); +@solidBorderColor: #DDDDDD; +@internalBorderColor: rgba(0, 0, 0, 0.06); +@selectedBorderColor: #51A7E8; + +/* Breakpoints */ +@largeMonitorBreakpoint: 1049px; +@computerBreakpoint: @largeMonitorBreakpoint; +@tabletBreakpoint: @largeMonitorBreakpoint; + +@infoBackgroundColor: #E6F1F6; + +@infoTextColor: #4E575B; +@warningTextColor: #613A00; +@errorTextColor: #991111;
\ No newline at end of file |