prepare for nginx docker image

This commit is contained in:
Marco Ochse
2018-02-16 15:17:34 +01:00
parent 8e76d4c909
commit 46c92047cb
17 changed files with 439 additions and 0 deletions

17
docker/nginx/dist/html/style.css vendored Normal file
View File

@ -0,0 +1,17 @@
.btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0px;
font-family: Arial;
color: #ffffff;
font-size: 12px;
background: #E20074;
padding: 2px 30px 2px 30px;
text-decoration: none;
}
.btn:hover {
background: #c2c2c2;
text-decoration: none;
}