Current File : /home/virtualki/22346/wp-content/themes/Boldtheme/sass/elements/_hr.scss
/*------------------------------------*\
  Elements > hr
\*------------------------------------*/

hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: double($base-spacing-unit) 0;
  background-color: $color-border;
}