small demo scripts style updates

This commit is contained in:
Andrius Č. 2020-07-20 11:45:00 +03:00
parent dfdb6a8d41
commit d7e1bcf2fc
16 changed files with 18 additions and 27 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -3,7 +3,7 @@
<div id="app">
<img
alt="Midpoint logo"
src="https://midpoint-security.com/wp-content/uploads/2017/05/midpoint-logo.png"
src="https://www.midpoint-security.com/wp-content/uploads/2020/03/logo.svg"
/>
<EventList />
</div>

View File

@ -8,7 +8,7 @@
:custom-label="customLabel"
@select="selectedDoor"
:clear-on-select="true"
placeholder="groupDoors"
placeholder="Select door"
label="doorID"
track-by="doorID"
@remove="unselectedDoor"

View File

@ -1,6 +1,6 @@
<template>
<div class="box" v-bind:class="[boxNumber]">
<h1>Koridorius {{groupName}}</h1>
<h1>Group {{groupName}}</h1>
<DoorSelector
:doors="doors"

View File

@ -98,8 +98,13 @@ height: 100%;
color: red;
}
span {
font-family:Avenir,Helvetica,Arial,sans-serif;
display: block;
text-align: left;
padding-left: 20px;
}
h4, h3{
font-family:Avenir,Helvetica,Arial,sans-serif;
}
</style>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>app</title>
<title>Midpoint Security Scripting</title>
<link rel="stylesheet" href="https://unpkg.com/vue-multiselect@2.1.0/dist/vue-multiselect.min.css">
</head>
<body>

View File

@ -1 +1 @@
.modal-fade-enter[data-v-4d2a33fa],.modal-fade-leave-active[data-v-4d2a33fa]{opacity:0}.modal-fade-enter-active[data-v-4d2a33fa],.modal-fade-leave-active[data-v-4d2a33fa]{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.modal-backdrop[data-v-4d2a33fa]{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal[data-v-4d2a33fa]{background:#fff;-webkit-box-shadow:2px 2px 20px 1px;box-shadow:2px 2px 20px 1px;overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-footer[data-v-4d2a33fa],.modal-header[data-v-4d2a33fa]{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-header[data-v-4d2a33fa]{border-bottom:1px solid #eee;color:#000;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-footer[data-v-4d2a33fa]{border-top:1px solid #eee;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal-body[data-v-4d2a33fa]{position:relative;padding:10px 10px}.btn-color[data-v-4d2a33fa]{color:#fff;background:#ff5722;border:1px solid #ff5722;border-radius:2px;padding:10px;margin:3px}.Aligner[data-v-5e37aae8]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Aligner-item[data-v-5e37aae8]{background-color:#fbfbfb;width:400px;height:600px;padding-top:3px;margin:4px;font-size:30px;-webkit-box-shadow:1px 2px 4px 1px;box-shadow:1px 2px 4px 1px;text-align:center}.Aligner-item.Granted[data-v-5e37aae8]{outline:none;border-color:#03fc4e;-webkit-box-shadow:0 0 10px #03fc4e;box-shadow:0 0 10px #03fc4e}.Aligner-item.Denied[data-v-5e37aae8]{outline:none;border-color:#fc0303;-webkit-box-shadow:0 0 10px #fc0303;box-shadow:0 0 10px #fc0303}.Aligner-item--top[data-v-5e37aae8]{-ms-flex-item-align:start;align-self:flex-start}.Aligner-item--bottom[data-v-5e37aae8]{-ms-flex-item-align:end;align-self:flex-end}.DeniedReason[data-v-5e37aae8]{color:red}span[data-v-5e37aae8]{display:block;text-align:left;padding-left:20px}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:60px}.btn{color:#fff;background:#ff5722;border:1px solid #ff5722;border-radius:2px;padding:10px;margin:3px}
.modal-fade-enter[data-v-4d2a33fa],.modal-fade-leave-active[data-v-4d2a33fa]{opacity:0}.modal-fade-enter-active[data-v-4d2a33fa],.modal-fade-leave-active[data-v-4d2a33fa]{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.modal-backdrop[data-v-4d2a33fa]{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal[data-v-4d2a33fa]{background:#fff;-webkit-box-shadow:2px 2px 20px 1px;box-shadow:2px 2px 20px 1px;overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-footer[data-v-4d2a33fa],.modal-header[data-v-4d2a33fa]{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-header[data-v-4d2a33fa]{border-bottom:1px solid #eee;color:#000;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-footer[data-v-4d2a33fa]{border-top:1px solid #eee;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal-body[data-v-4d2a33fa]{position:relative;padding:10px 10px}.btn-color[data-v-4d2a33fa]{color:#fff;background:#ff5722;border:1px solid #ff5722;border-radius:2px;padding:10px;margin:3px}.Aligner[data-v-3ec4dbd6]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Aligner-item[data-v-3ec4dbd6]{background-color:#fbfbfb;width:400px;height:600px;padding-top:3px;margin:4px;font-size:30px;-webkit-box-shadow:1px 2px 4px 1px;box-shadow:1px 2px 4px 1px;text-align:center}.Aligner-item.Granted[data-v-3ec4dbd6]{outline:none;border-color:#03fc4e;-webkit-box-shadow:0 0 10px #03fc4e;box-shadow:0 0 10px #03fc4e}.Aligner-item.Denied[data-v-3ec4dbd6]{outline:none;border-color:#fc0303;-webkit-box-shadow:0 0 10px #fc0303;box-shadow:0 0 10px #fc0303}.Aligner-item--top[data-v-3ec4dbd6]{-ms-flex-item-align:start;align-self:flex-start}.Aligner-item--bottom[data-v-3ec4dbd6]{-ms-flex-item-align:end;align-self:flex-end}.DeniedReason[data-v-3ec4dbd6]{color:red}span[data-v-3ec4dbd6]{display:block;text-align:left;padding-left:20px}#app,h3[data-v-3ec4dbd6],h4[data-v-3ec4dbd6],span[data-v-3ec4dbd6]{font-family:Avenir,Helvetica,Arial,sans-serif}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:60px}.btn{color:#fff;background:#ff5722;border:1px solid #ff5722;border-radius:2px;padding:10px;margin:3px}

View File

@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css><title>Users Monitor</title><link href=/css/app.de41c733.css rel=preload as=style><link href=/js/app.6330ee84.js rel=preload as=script><link href=/js/chunk-vendors.85448aac.js rel=preload as=script><link href=/css/app.de41c733.css rel=stylesheet></head><body><noscript><strong>We're sorry but users_monitor doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.85448aac.js></script><script src=/js/app.6330ee84.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css><title>Users Monitor</title><link href=/css/app.95b121f4.css rel=preload as=style><link href=/js/app.08bb4e85.js rel=preload as=script><link href=/js/chunk-vendors.85448aac.js rel=preload as=script><link href=/css/app.95b121f4.css rel=stylesheet></head><body><noscript><strong>We're sorry but users_monitor doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.85448aac.js></script><script src=/js/app.08bb4e85.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long