/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 21-Jun-2021, 10:36:24
    Author     : sypb
*/

/* fallbak: any non-production domain */
body:not(.domain--european-flood--emergency--copernicus--eu) {
  border: 5px solid red;
}

body:not(.domain--european-flood--emergency--copernicus--eu) .toolbar .toolbar-bar {
  color: #ddd;
  background-color: red;
}

body.domain--stage--efas--eu {
  border: 5px solid blue;
}

body.domain--stage--efas--eu .toolbar .toolbar-bar {
  color: #ddd;
  background-color: blue;
}

body.domain--www--efas--local {
  border: 5px solid green;
}

body.domain--www--efas--local .toolbar .toolbar-bar {
  color: #ddd;
  background-color: green;
}

body.domain--www--efas--local:before {
  content: "LOCAL -" attr(data-docker-image-tag);
  position: fixed;
  right: 5px;
  bottom: 5px;
  color: green;
  font-size: 0.6em;
}

body.domain--dev--efas--eu {
  border: 5px solid red;
}

body.domain--dev--efas--eu .toolbar .toolbar-bar {
  color: #ddd;
  background-color: red;
}

body.domain--dev--efas--eu:before {
  content: "DEV -" attr(data-docker-image-tag);
  position: fixed;
  right: 5px;
  bottom: 5px;
  color: red;
  font-size: 0.6em;
}