Files
2015-10-27 17:29:18 -04:00

14 lines
187 B
SCSS

// iOS App
// --------------------------------------------------
hr {
border-width: 0;
height: 1px;
background-color: rgba(0, 0, 0, 0.12);
}
&.hairlines hr {
height: 0.55px;
}