move style
This commit is contained in:
parent
ef2eb9a190
commit
d5cdd2ddcc
4 changed files with 37 additions and 29 deletions
26
resources/public/css/style.css
Normal file
26
resources/public/css/style.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
body
|
||||
{
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
div#app
|
||||
{
|
||||
color:#666;
|
||||
}
|
||||
|
||||
div#app td
|
||||
{
|
||||
width:50px;
|
||||
height:50px;
|
||||
border:1px solid #dedede;
|
||||
background:#fff;
|
||||
margin:1px;
|
||||
color:#666;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
div#app td:hover
|
||||
{
|
||||
cursor:pointer;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue