/**
 * @file oms-sw-global.scss
 *
 * The default CSS for all widgets. This file will be compiled
 * using a SASS compiler.
 *
 * @author Jimmy K. <jimmy@orbitmedia.com>
 * @author Mark Furrow <mark@orbitmedia.com>
 * @link http://www.orbitmedia.com
 */
.sideBar_ElementHolder {
  margin: 0 0 20px;
}

/* ======================================== */
/*  Widget Edit Link
/* ======================================== */
.widget {
  position: relative;
}
.widget .editLink {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.widget .editLink a {
  display: block;
  background: #407e2c;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}
.widget:hover .editLink {
  display: block;
}

/*# sourceMappingURL=oms-sw.css.map */
