small scss fixes
This commit is contained in:
parent
9389ad5cce
commit
3763c93568
|
@ -137,7 +137,7 @@
|
|||
</div>
|
||||
</mat-step>
|
||||
<mat-step [label]="fromStepperLabel" [completed]="formGroup.valid">
|
||||
<div class="row">
|
||||
<div class="row pr-4">
|
||||
|
||||
<!-- TABLE -->
|
||||
<div class="col-3">
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
padding-right: 2em;
|
||||
box-shadow: 0px 3px 6px #1E202029;
|
||||
color: var(--primary-color);
|
||||
&:disabled{
|
||||
&:disabled{
|
||||
background-color: #CBCBCB;
|
||||
color: #FFF;
|
||||
border: 0px;
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
min-width: 77px;
|
||||
min-height: 28px;
|
||||
color: #ff3d33;
|
||||
background: #ffd5d32f 0% 0% no-repeat padding-box;
|
||||
background: #ffe6e5 0% 0% no-repeat padding-box;
|
||||
border-radius: 44px;
|
||||
letter-spacing: 0.11px;
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Reference in New Issue