3defd3f486
* don't run build commands in release
* fix test file
* Set up CI with Azure Pipelines
[skip ci]
* Include fonts and fix automessage hidden command
* more project changes
* migration from bower to libman
* more lib man changes
* project update for sneaky commands
* add missing canvas.js dep
update projects not to have stupid extra dlls
include in previous
* update pipeline file
* update post publish script and pipeline definition
* fix broken yaml
* move encoding conversion to seperate script
* remove extra uneeded rank icons
remove garbage language files being created
remove frontend lib when done
* fix publish script path
* grab localizations through powershell
* fix broken batch 🤷
* actually fixed
* only include runtime compilation in debug mode for webfront
* don't deploy un minified css
use full jquery version
* add step to download the scss for open iconic
change the font path
* update mkdir for iconic path
* don't include old iconic css
* correct font path for real now
* copy script plugins
* lots of changes for deployment
* build the projects
* use projectdir instead of solution dir
* nerf script commands plugin
fix live radar left over command
* actually kill script command post build
* Update azure-pipelines.yml for Azure Pipelines
* Update azure-pipelines.yml for Azure Pipelines
* fix the font file copy (I think)
* maybe fix delete folder issue
* Update azure-pipelines.yml for Azure Pipelines
* Update azure-pipelines.yml for Azure Pipelines
* Update azure-pipelines.yml for Azure Pipelines
* Update azure-pipelines.yml for Azure Pipelines
* Update azure-pipelines.yml for Azure Pipelines
* Update azure-pipelines.yml for Azure Pipelines
28 lines
1.1 KiB
SCSS
28 lines
1.1 KiB
SCSS
$white: #fff !default;
|
|
$blue: #007ACC !default;
|
|
$red: rgba(255, 69, 69, 0.85) !default;
|
|
$green: rgba(116,147,99, 1) !default;
|
|
$orange: #fd7e14 !default;
|
|
$primary: $blue !default;
|
|
$secondary: $orange !default;
|
|
$light: rgb(204, 204, 204) !default;
|
|
$dark: rgb(24, 24, 24) !default;
|
|
$body-bg: rgb(34, 34, 34) !default;
|
|
$big-dark: #191919;
|
|
$body-color: $white !default;
|
|
$link-color: $white !default;
|
|
$link-decoration: none !default;
|
|
$link-hover-color: $primary !default;
|
|
$link-hover-decoration: none !default;
|
|
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
|
|
|
$navbar-padding-y: 0 !default;
|
|
$navbar-nav-link-padding-x: 2rem !default;
|
|
$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
|
|
$h5-font-size: $font-size-base * 1.25 !default;
|
|
$h1-font-size: $font-size-base * 2.5 !default;
|
|
$navbar-brand-font-size: $h1-font-size !default;
|
|
$navbar-toggler-font-size: $h5-font-size !default;
|
|
$navbar-dark-hover-color: $primary !default;
|
|
|
|
@import '../../lib/bootstrap/scss/bootstrap.scss'; |