mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
15 lines
219 B
SCSS
15 lines
219 B
SCSS
@import "../../../globals.ios";
|
|
|
|
// iOS App
|
|
// --------------------------------------------------
|
|
|
|
hr {
|
|
border-width: 0;
|
|
height: 1px;
|
|
background-color: rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
&.hairlines hr {
|
|
height: 0.55px;
|
|
}
|