/* Based on https://github.com/plouc/mozaik default theme*/

@import url(//fonts.googleapis.com/css?family=Raleway:400,700|Montserrat:400,700);

.Theme-Dashboard ({
  background: transparent linear-gradient(to bottom, #1E2430 0%, #253444 100%) repeat;
  font: 400 2vmin/3vmin "Raleway",sans-serif;
  color: #EEDBA5;
});

.Theme-App({
  border-radius: 2px;
  background: #2B3847;
});

.Theme-AppHeader({
  font: 400 2vmin/4vmin "Montserrat", sans-serif;
  height: 4vmin;
  min-height: 4vmin;
  border-radius: 2px 2px 0 0;
  padding: 0 2vmin;
  background-color: #323F53;
  color: #EEDBA5;
  border-bottom: 1px solid #253246;
  box-shadow: 0 1px 0 #495B71 inset;
});

.Theme-AppContent({
  .prop-value {
    color: @prop-value;
  }
  .row {
    border-top: 1px solid #212b37;
  }
});
