mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
15 lines
240 B
SCSS
15 lines
240 B
SCSS
|
|
body {
|
|
font-size: 14px;
|
|
line-height: 1.25;
|
|
font-family: $baseFontFamily;
|
|
}
|
|
|
|
main {
|
|
background-color: $baseBackgroundColor;
|
|
}
|
|
|
|
.full-section {
|
|
@include box-shadow(#{-3px 0px 10px rgba(0,0,0,0.2), 3px 0px 10px rgba(0,0,0,0.2)});
|
|
}
|