AngularJS: Finally fixed the logo in welcome screen!
This commit is contained in:
parent
cf5bb8e1ab
commit
ed7519305b
2 changed files with 5 additions and 1 deletions
|
@ -15,6 +15,10 @@ md-list .md-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.welcome-logo-banner{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Using Data-URI converted from svg until <md-icon> becomes available
|
/* Using Data-URI converted from svg until <md-icon> becomes available
|
||||||
https://github.com/google/material-design-icons
|
https://github.com/google/material-design-icons
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<div class="wellcome-float">
|
<div class="wellcome-float">
|
||||||
<center style="background-color:rgba(225,225,225,.8); padding: 15px">
|
<center style="background-color:rgba(225,225,225,.8); padding: 15px">
|
||||||
<div width="70%">
|
<div width="70%">
|
||||||
<img src="https://cloud.githubusercontent.com/assets/2984053/6825467/7c9d0402-d303-11e4-9827-62a6d66f937a.png">
|
<img src="https://cloud.githubusercontent.com/assets/2984053/6825467/7c9d0402-d303-11e4-9827-62a6d66f937a.png" class="welcome-logo-banner">
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</center>
|
||||||
<h3>Wellcome To SE-Hub!</h3>
|
<h3>Wellcome To SE-Hub!</h3>
|
||||||
|
|
Loading…
Reference in a new issue