mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
19 lines
386 B
SCSS
19 lines
386 B
SCSS
#subtle-footer {
|
|
background-color: #fff;
|
|
border-image-source: url(footer-wireframe.png);
|
|
border-image-repeat: repeat;
|
|
border-image-width: 100%;
|
|
border-bottom: 0;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
position: absolute;
|
|
bottom:0;
|
|
}
|
|
#demo-fab-bottom {
|
|
padding-top: 3px;
|
|
z-index: 100;
|
|
}
|
|
#subtle-footer .toolbar-background {
|
|
background-color: #fff;
|
|
border-bottom: 0;
|
|
} |