onGoing Process style
This commit is contained in:
parent
c95db3405b
commit
4475ff1757
2 changed files with 14 additions and 10 deletions
|
|
@ -1205,14 +1205,18 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
}
|
||||
|
||||
.onGoingProcess {
|
||||
bottom: 70px;
|
||||
height: 24px;
|
||||
text-align: center;
|
||||
max-width: 14.5rem;
|
||||
max-height: 2rem;
|
||||
top:auto;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:90px;
|
||||
margin: auto;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
padding: 0.3rem 0.5rem;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
left:0px;
|
||||
width:100%;
|
||||
position: absolute;
|
||||
background:#DDD;
|
||||
border-top:1px solid;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue