Commit 4c347cca authored by prumde's avatar prumde

Updated And Added New Service


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174217 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f928fafa
......@@ -101,21 +101,10 @@
font-size: 18px;
}
.mat-select-trigger {
font-size: 19px;
}
/* .mat-select-trigger { */
/* font-size: 19px; */
/* } */
.mat-input-element {
font: inherit;
background: 0 0;
color: currentColor;
border: none;
outline: 0;
/* padding: 0; */
width: 100%;
vertical-align: bottom;
padding-top: 10px;
}
.userEmail {
display: block;
margin-left: 20px;
......@@ -218,9 +207,9 @@
width: 40%;
}
md-error {
padding-top: 12px;
}
/* md-error { */
/* padding-top: 12px; */
/* } */
/* form starting stylings ------------------------------- */
......@@ -230,215 +219,6 @@ md-error {
margin-bottom:45px;
}
.ecm-input
{
font-size:14px;
padding:2px 10px 10px 5px;
display:block;
/* width:300px; */
border:none;
border-bottom:1px solid #757575;
box-shadow: none;
margin: 0;
}
.ecm-input:focus
{
outline:none;
border:none;
box-shadow: none;
}
/* LABEL ======================================= */
.ecm-label
{
color:#999;
/* color:mediumvioletred; */
font-size:14px;
font-weight:normal;
position:absolute;
pointer-events:none;
left:5px;
top:10px;
transition:0.2s ease all;
-moz-transition:0.2s ease all;
-webkit-transition:0.2s ease all;
}
/* active state */
.ecm-input:focus ~ .ecm-label,
.ecm-input:valid ~ .ecm-label
{
top:-20px;
font-size:12px;
color:#5264AE;
color:mediumvioletred;
}
/* BOTTOM BARS ================================= */
.bar
{
position:relative; display:block;
/* width:300px; */
}
.bar:before,
.bar:after
{
content:'';
height:2px;
width:0;
bottom:1px;
position:absolute;
background:#5264AE;
background:mediumvioletred;
transition:0.2s ease all;
-moz-transition:0.2s ease all;
-webkit-transition:0.2s ease all;
}
.bar:before
{
left:50%;
}
.bar:after
{
right:50%;
}
/* active state */
.ecm-input:focus ~ .bar:before,
.ecm-input:focus ~ .bar:after
{
width:50%;
}
/* HIGHLIGHTER ================================== */
.highlight {
position:absolute;
height:60%;
width:100px;
top:25%;
left:0;
pointer-events:none;
opacity:0.5;
}
/* active state */
.ecm-input:focus ~ .highlight {
-webkit-animation:ecm-inputHighlighter 0.3s ease;
-moz-animation:ecm-inputHighlighter 0.3s ease;
animation:ecm-inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes ecm-inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
@-moz-keyframes ecm-inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
@keyframes ecm-inputHighlighter {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
.group-select
{
}
select
{
font-size:14px;
padding:2px 10px 10px 5px;
display:block;
/* width:300px; */
border:none;
border-bottom:1px solid #757575;
box-shadow: none;
margin: 0;
background: transparent;
}
select:focus
{
outline:none;
border:none;
box-shadow: none;
}
/* active state */
select:focus ~ label
{
top:-20px;
font-size:12px;
color:#5264AE;
}
.bar-select {
position:relative;
display:block;
/*width:300px;*/
}
.bar-select:before, .bar-select:after {
content:'';
height:2px;
width:0;
bottom:1px;
position:absolute;
background:#5264AE;
background:mediumvioletred;
transition:0.2s ease all;
-moz-transition:0.2s ease all;
-webkit-transition:0.2s ease all;
}
.bar-select:before {
left:50%;
}
.bar-select:after {
right:50%;
}
/* active state */
select:focus ~ .bar-select:before,
select:focus ~ .bar-select:after {
width:50%;
}
.highlight-select {
position:absolute;
height:60%;
width:100px;
top:25%;
left:0;
pointer-events:none;
opacity:0.5;
}
/* active state */
select:focus ~ .highlight-select {
-webkit-animation:highlight-select 0.3s ease;
-moz-animation:highlight-select 0.3s ease;
animation:highlight-select 0.3s ease;
}
@-webkit-keyframes highlight-select {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
@-moz-keyframes highlight-select {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
@keyframes highlight-select {
from { background:#5264AE; }
to { width:0; background:transparent; }
}
md-card {
margin: 20px;
......
import { Injectable } from '@angular/core';
@Injectable()
export class EcmCheckoutService {
constructor() { }
}
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