mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
13
ionic/components/app/modes/ios.scss
Normal file
13
ionic/components/app/modes/ios.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
// iOS App
|
||||
// --------------------------------------------------
|
||||
|
||||
hr {
|
||||
border-width: 0;
|
||||
height: 1px;
|
||||
background-color: rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
&.hairlines hr {
|
||||
height: 0.55px;
|
||||
}
|
||||
9
ionic/components/app/modes/md.scss
Normal file
9
ionic/components/app/modes/md.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
// Material Design App
|
||||
// --------------------------------------------------
|
||||
|
||||
hr {
|
||||
border-width: 0;
|
||||
height: 1px;
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
Reference in New Issue
Block a user