mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
11 lines
195 B
SCSS
11 lines
195 B
SCSS
@import "../../../ionic.globals";
|
|
|
|
// Material Design App
|
|
// --------------------------------------------------
|
|
|
|
hr {
|
|
border-width: 0;
|
|
height: 1px;
|
|
background-color: rgba(0, 0, 0, 0.08);
|
|
}
|