/**
 * Styles
 *
 * @author Lex Lexter <hi@leximo.cz>
 * @version 1.0.0
 * @website https://leximo.cz/
 */

/*
  dev-note
  ***
*/

.dev-note {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  padding: 4px 8px 5px 8px;
  background-color: red;
  border-radius: 100px;
  font-style: normal;
  font-size: 13px;
  color: #fff;
}

/*
  dev-nav
  ***
*/

.dev-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-x: auto;
  font-size: 0;
  white-space: nowrap;
}

/*
  LINK
  ---
*/

.dev-nav a {
  display: inline-block;
  padding: 4px 6px 5px 6px;
  background-color: red;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}

/*
  dev-overlay
  ***
*/

.dev-overlay {
  display:none;
}