@charset "UTF-8";
/*
Demo for fcoo-colors
*/
/***********************************************************************

leaflet-bootstrap-marker-mixin.scss

*************************************************************************/
/***********************************************************************
marker-circle-color
Create style for bsMarkerCircle in different colors
*************************************************************************/
/***********************************************************************
lbm-circle-and-icon-classes
Create class for bsMarkerCircle named $name with color and color-border
*************************************************************************/
/***********************************************************************
lbm-marker-and-icon-classes
Create class for bsMarkerCircle named $name with color and color-border
*************************************************************************/
/***********************************************************************
fa-lbm-color
Create class for color and border-color used by L.bsMarkerAsIcon (and $.bsMarkerAsIcon)
to create fa-icon looking like the marker
*************************************************************************/
/***********************************************
    _leaflet-polyline-mixin.scss

	(c) 2018, FCOO

	https://github.com/FCOO/leaflet-polyline
	https://github.com/FCOO

************************************************/
/**********************************************************
	fcoo-colors-include.scss,

	https://github.com/FCOO/fcoo-colors
	https://github.com/FCOO


    Contain all include for a packages using
    the scss-variables and scss-mixins of fcoo-colors

    The scss file must also include

    //COLOR-HELPER
    @import "../bower_components/sass-color-helpers/stylesheets/color-helpers";

    //LEAFLET-BOOTSTRAP-MARKER-MIXIN - mixin to create colors for marker (bsMarker)
    @import "../bower_components/leaflet-bootstrap-marker-mixin/dist/leaflet-bootstrap-marker-mixin";

    //LEAFLET-POLYLINE-MIXIN - mixin to create colors for polyline and polygon
    @import "../bower_components/leaflet-polyline-mixin/dist/leaflet-polyline-mixin";

**********************************************************/
/**********************************************************
	fcoo-colors-variables.scss,

	https://github.com/FCOO/fcoo-colors
	https://github.com/FCOO
**********************************************************/
/**********************************************************
The color scheme is from LinkedIn and shown in linkedin-palette-screen.pdf
**********************************************************/
/**********************************************************
Color for time = tree colors for the past, now, and the future
**********************************************************/
/**********************************************************
Application color
Defaults is = DALO color in "Forsvarsministeriets koncernfælles Designmanual 2018"
Can be changed by mixin application-base-color( new-color )
in src/_fcoo-color-mixin.scss
**********************************************************/
/**********************************************************
    fcoo-colors-mixin.scss

	https://github.com/FCOO/fcoo-colors
	https://github.com/FCOO

**********************************************************/
/**********************************************************
Functions to get colors in different (relative) gradients
**********************************************************/
/**********************************************************
marker-and-polygon-color
create color-classes for bsMarker and bsPolyline
**********************************************************/
/**********************************************************
Application color
Defaults is = DALO color in "Forsvarsministeriets koncernfælles Designmanual 2018"
Can be changed by mixin application-base-color( new-color )
**********************************************************/
.color-pink {
  background-color: #ED4795;
}

.color-blue-3 {
  background-color: #34B3E4;
}

.color-yellow-8 {
  background-color: #8B6700;
}

/*# sourceMappingURL=demo.css.map */
