Merge branch 'make-button-great-again' into 'master'
Make button great again Closes #13 See merge request framasoft/framemo!8
This commit is contained in:
commit
9e71a743e2
3 changed files with 21 additions and 6 deletions
|
@ -497,9 +497,18 @@ input:hover {
|
||||||
xbackground: none;
|
xbackground: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#go:hover {
|
||||||
|
box-shadow: 5px 5px 2px 1px rgba(0, 0, 255, .2);
|
||||||
|
}
|
||||||
|
|
||||||
#go {
|
#go {
|
||||||
background: none;
|
display: inline-block;
|
||||||
|
background-color: #76cfbc;
|
||||||
|
margin-left: 30px;
|
||||||
|
padding: 0 10px 5px 0;
|
||||||
|
border-radius: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
box-shadow: unset;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif;
|
font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif;
|
||||||
|
@ -507,9 +516,12 @@ input:hover {
|
||||||
color: black;
|
color: black;
|
||||||
|
|
||||||
xborder: solid 1px;
|
xborder: solid 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 442px) {
|
||||||
|
#go {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-bar {
|
.notice-bar {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
forever start -o out.log -e err.log server.js 80
|
./node_modules/.bin/forever start -o out.log -e err.log server.js 80
|
||||||
|
|
|
@ -23,5 +23,8 @@
|
||||||
"simplesets": "~1.2.0",
|
"simplesets": "~1.2.0",
|
||||||
"socket.io": "1.x",
|
"socket.io": "1.x",
|
||||||
"yargs": "~2.3.0"
|
"yargs": "~2.3.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"forever": "^0.15.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue