better css class names
This commit is contained in:
parent
6c50ed5fd2
commit
8c12d72c34
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/*Custom CSS*/
|
/*Custom CSS*/
|
||||||
.lol {
|
.header {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
|
@ -24,7 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/ng-template" id="/home.html">
|
<script type="text/ng-template" id="/home.html">
|
||||||
<div class="lol">
|
<div class="header">
|
||||||
<h1>Autome</h1>
|
<h1>Autome</h1>
|
||||||
<form ng-submit="toggleLight()" style="margin-top:30px;">
|
<form ng-submit="toggleLight()" style="margin-top:30px;">
|
||||||
<button type="submit" class="button-primary">Light Switch</button>
|
<button type="submit" class="button-primary">Light Switch</button>
|
||||||
|
|
Reference in a new issue