aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_variables.scss
blob: 02f7d332ce360b5110607a902a1698ef958106f0 (plain)
1
2
3
4
5
6
7
8
// Colores
$principal: #0091EA;
// Declare the color as RGB; SASS will treat this as hex
$blue: rgb(0,145,234);
// Declare an alpha
$alpha: .8;
$pri-rgb: rgba($blue, $alpha);
$sidebar-title: #00A5FF;