106 lines
2.6 KiB
PHP
106 lines
2.6 KiB
PHP
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
<link href="{{ asset('css/auth-modern.css') }}" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"/>
|
|
<style>
|
|
html {
|
|
height: 100%;
|
|
}
|
|
body {
|
|
min-height: 100vh;
|
|
background: #f8fafc;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
|
|
<style type="text/css">
|
|
/*
|
|
* Pattern lock css
|
|
* Pattern direction
|
|
* http://ignitersworld.com/lab/patternLock.html
|
|
*/
|
|
.patt-wrap {
|
|
z-index: 10;
|
|
}
|
|
|
|
.patt-circ.hovered {
|
|
background-color: #cde2f2;
|
|
border: none;
|
|
}
|
|
|
|
.patt-circ.hovered .patt-dots {
|
|
display: none;
|
|
}
|
|
|
|
.patt-circ.dir {
|
|
background-image: url("http://pos.test/img/pattern-directionicon-arrow.png");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.patt-circ.e {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0);
|
|
}
|
|
|
|
.patt-circ.s-e {
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.patt-circ.s {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.patt-circ.s-w {
|
|
-webkit-transform: rotate(135deg);
|
|
transform: rotate(135deg);
|
|
}
|
|
|
|
.patt-circ.w {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.patt-circ.n-w {
|
|
-webkit-transform: rotate(225deg);
|
|
transform: rotate(225deg);
|
|
}
|
|
|
|
.patt-circ.n {
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg);
|
|
}
|
|
|
|
.patt-circ.n-e {
|
|
-webkit-transform: rotate(315deg);
|
|
transform: rotate(315deg);
|
|
}
|
|
</style>
|
|
<style>
|
|
h1 {
|
|
color: #fff;
|
|
}
|
|
</style>
|
|
<style>
|
|
.action-link[data-v-1552a5b6] {
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
<style>
|
|
.action-link[data-v-397d14ca] {
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
<style>
|
|
.action-link[data-v-49962cc0] {
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
|
|
<link href="{{ asset('css/tailwind/app.css') }}" rel="stylesheet">
|