Commit 61678957 authored by Simonas's avatar Simonas

server setting updated

parent a6b73f4f
......@@ -34,17 +34,22 @@ const bundler = webpack(config);
export function server () {
bs.init({
logPrefix: 'Biuro',
proxy: {
target: conf.proxy,
// proxyRes: [
// function (proxyRes, req, res) {
// // console.log(proxyRes.headers);
// console.log(req);
// }
// ],
ws: true
socket: {
domain: 'https://dev.biuro.lt:2000'
// port: 443
},
httpModule: http2,
proxy: conf.proxy,
// proxy: {
// target: conf.proxy
// // proxyRes: [
// // function (proxyRes, req, res) {
// // // console.log(proxyRes.headers);
// // console.log(req);
// // }
// // ],
// // ws: true
// },
// httpModule: http2,
https: {
key: conf.certs.key,
cert: conf.certs.cert
......
......@@ -39,20 +39,18 @@ qa-: Signify that a QA or Test Engineering team is running an automated UI test
/* critical:end */
.tmp-contacts {
img { display: none; }
ul { padding-left: 5px }
}
img { display: none; }
ul { padding-left: 5px }
}
.c-logos { display: flex; flex-wrap: wrap; justify-content: space-between;
div { flex: 0 0 21%; border: 1px solid gray; padding: 1em; margin-bottom: 1em; text-align: center; }
div { flex: 0 0 21%; border: 1px solid gray; padding: 1em; margin-bottom: 1em; text-align: center; }
}
.c-fixed-footer {
@media (--max--small) {
position: fixed; left: 0; bottom: 0; width: 100%; background: rgba(255, 255, 255, .85); padding: 20px 20px 0; box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .45);
}
}
.biuro-ti-img { display: none; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment