UNPKG

@akveo/nga-auth

Version:
26 lines 1.88 kB
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; /** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { Component } from '@angular/core'; var NgaAuthBlockComponent = (function () { function NgaAuthBlockComponent() { } return NgaAuthBlockComponent; }()); NgaAuthBlockComponent = __decorate([ Component({ selector: 'nga-auth-block', styles: [":host .auth-block{margin:0 auto}:host .auth-block /deep/ .checkbox{display:flex;justify-content:space-between;margin-bottom:10px;font-weight:normal}:host .auth-block /deep/ .form-control{position:relative;height:auto;padding:10px}:host .auth-block /deep/ .form-control:focus{z-index:2}:host .auth-block /deep/ input.middle{border-radius:0;margin:-1px 0}:host .auth-block /deep/ input.first{margin-bottom:-1px;border-bottom-right-radius:0;border-bottom-left-radius:0}:host .auth-block /deep/ input.last{margin-bottom:10px;border-top-left-radius:0;border-top-right-radius:0}:host .auth-block /deep/ .links{padding-top:2rem} "], template: "\n <div class=\"auth-block\">\n <router-outlet></router-outlet>\n </div>\n ", }) ], NgaAuthBlockComponent); export { NgaAuthBlockComponent }; //# sourceMappingURL=auth-block.component.js.map