﻿:root {
  --alert-bg: #FFEEA9;
  --alert-padding: 20px;
}
@media only screen and (min-width: 760px) {
  :root {
    --alert-padding: 20px;
  }
}

div#Content div.Alert {
  z-index: 1;
  border-radius: 5px;
  position: relative;
  padding: var(--alert-padding);
  background-color: var(--alert-bg);
  margin-top: 20px;
  margin-bottom: 20px;
}
div#Content div.Alert::before {
  inset: 0;
  z-index: -1;
  content: " ";
  position: absolute;
}
div#Content div.Alert h1, div#Content div.Alert h2, div#Content div.Alert h3, div#Content div.Alert h4, div#Content div.Alert h5, div#Content div.Alert h6 {
  margin-top: 0;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Lux/Lux/Content/Theme/Alert.scss%22,%22file:///C:/Progetti/Lux/Lux/Content/Theme/_Library.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI;EACA;;AAEA;EAJJ;IAKQ;;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA,YCeoB;EDdpB,eCcoB;;ADZpB;EACI;EACA;EACA;EACA;;AAGJ;EACI%22%7D */