Commit 0cf766a7 authored by Prasanna's avatar Prasanna

changed background image

parent 0e067724
......@@ -15,6 +15,6 @@
<link rel="stylesheet" href="styles.1630600df617c5c3.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.1630600df617c5c3.css"></noscript></head>
<body style="background-image: url('./assets/bg.png'); background-size: 100%; background-repeat: no-repeat; overflow: hidden;">
<app-root></app-root>
<script src="runtime.7379a8014dc3eb0f.js" type="module"></script><script src="polyfills.5dc0be3b31d08df6.js" type="module"></script><script src="main.9595d73f47661efe.js" type="module"></script>
<script src="runtime.7379a8014dc3eb0f.js" type="module"></script><script src="polyfills.5dc0be3b31d08df6.js" type="module"></script><script src="main.9963fecbb8e1f089.js" type="module"></script>
</body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
......@@ -397,6 +398,46 @@
"@angular/core": "15.2.4"
}
},
"node_modules/@angular/cdk": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.0.0.tgz",
"integrity": "sha512-3hiNRB5kBOYv+MJRlpLX++KzY96mTivE7BXM/pNoR4Hiq7aBnoCtp0zbTc9J7gPn8POX6t/4WfAogslbkvQXSg==",
"dependencies": {
"tslib": "^2.3.0"
},
"optionalDependencies": {
"parse5": "^7.1.2"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/@angular/cdk/node_modules/entities": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
"optional": true,
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/@angular/cdk/node_modules/parse5": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
"integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
"optional": true,
"dependencies": {
"entities": "^4.4.0"
},
"funding": {
"url": "https://github.com/inikulin/parse5?sponsor=1"
}
},
"node_modules/@angular/cli": {
"version": "15.0.5",
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-15.0.5.tgz",
......
......@@ -11,6 +11,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
......
/* You can add global styles to this file,
and also import other style files */
.qrcodeshadow {
/* .qrcodeshadow {
display: flex;
align-items: center;
justify-content: center;
filter: drop-shadow(15px 15px 15px #e42424);
opacity: .5;
}
} */
textarea {
/* textarea {
margin-top: 15px;
display: block;
margin-left: auto;
......@@ -19,4 +19,9 @@ textarea {
font-weight: bold;
color: green;
opacity: .5;
}
} */
@media screen and (max-width: 767px) {
body {
font-size: 16px;
}
}
\ No newline at end of file
......@@ -68,4 +68,13 @@
}
@media screen {
body{
width : 100%;
height : 100%
}
}
......@@ -51,7 +51,7 @@
<div class = "row">
<div class="container2">
<div class="row">
<div class="col-2 pl-4">
<div class="col-2">
<img src="./assets/android-logo.png" class="android">
<ngx-qrcode [value]="androidStore" [width]=90></ngx-qrcode>
......
import { Component, OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { GlobalService } from '../global.service';
import Swal from 'sweetalert2';
......@@ -22,6 +23,9 @@ export class LoginComponent implements OnInit {
constructor(private router: Router, public globals : GlobalService) { }
ngOnInit(): void {
this.androidStore = this.globals.getAndroidQr();
console.log(this.androidStore);
this.appleStore = this.globals.getAppleQr();
......
......@@ -9,7 +9,7 @@
justify-content: center;
align-items: center;
display: grid;
padding:2rem;
padding:1rem;
}
.submit{
width:50%;
......@@ -36,7 +36,7 @@
.container2{
margin:auto;
width: 33rem;
height:13rem;
height:11.8rem;
margin-right: auto;
margin-top: 1rem;
background-color: rgb(255, 255, 255);
......@@ -47,5 +47,10 @@
.font{
font-size: small;
}
@media screen {
body{
width : 100%;
height : 100%
}
}
\ No newline at end of file
<div>
<div>
<div class="col">
<div class="container main-div">
<div class="row" >
......@@ -28,8 +27,8 @@
<div class="col font">
<div class="container2">
<b><h5 class="pt-2"> Set up the Authenticator app</h5></b>
<p>After you install the Authenticator app, follow the steps below to add your account:</p>
<b><h6 class="pt-1"> Set up the Authenticator app</h6></b>
<li>After you install the Authenticator app, follow the steps below to add your account:</li>
<li>Open the Authenticator app.</li>
<li>Select (+) in the upper right corner.</li>
<li>Select Add account, and then select Work or School account, followed by Scan a QR Code.</li>
......
......@@ -15,7 +15,7 @@
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>
<body style="background-image: url('./assets/bg.png'); background-size: 100%; background-repeat: no-repeat; overflow: hidden;">
<body style="background-image: url('./assets/bg.jpg'); overflow: hidden;">
<app-root></app-root>
</body>
</html>
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