mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
13 lines
166 B
SCSS
13 lines
166 B
SCSS
|
|
/**
|
|
* Nav
|
|
* --------------------------------------------------
|
|
*/
|
|
|
|
.nav-page {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
}
|