mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Some loading box tweaks
This commit is contained in:
12
dist/css/ionic.css
vendored
12
dist/css/ionic.css
vendored
@@ -1454,6 +1454,14 @@ body, .ionic-body {
|
||||
height: 100%;
|
||||
-webkit-overflow-scrolling: touch; }
|
||||
|
||||
.content-plain {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch; }
|
||||
|
||||
.has-header {
|
||||
margin-top: 44px; }
|
||||
|
||||
@@ -2074,11 +2082,13 @@ address {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
border-radius: 5px;
|
||||
padding: 20px;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
color: #fff;
|
||||
font-size: 20px; }
|
||||
font-size: 15px; }
|
||||
.loading h1, .loading h2, .loading h3, .loading h4, .loading h5 {
|
||||
color: #fff; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user