Removing status message
This commit is contained in:
parent
c32015f5c1
commit
44fc7271bd
1 changed files with 5 additions and 1 deletions
|
@ -40,7 +40,7 @@ h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 40px auto;
|
margin: 0px auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -51,6 +51,10 @@ h1 {
|
||||||
text-shadow: 0px 1px 1px #05f;
|
text-shadow: 0px 1px 1px #05f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* App */
|
/* App */
|
||||||
#app {
|
#app {
|
||||||
background: #000;
|
background: #000;
|
||||||
|
|
Reference in a new issue