Merge pull request #186 from Ritikeshyadav/RitikeshFreeu
Ritikesh freeu
This commit is contained in:
@@ -3575,24 +3575,25 @@ input:focus {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 35px;
|
||||
/* padding: 35px; */
|
||||
border-radius: 8px;
|
||||
border: 2px solid #1b243d;
|
||||
}
|
||||
|
||||
.investment-details .investment-details-banner .image img {
|
||||
width: 73px;
|
||||
height: 21px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.investment-details .investment-details-banner .content {
|
||||
margin-left: 36px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.investment-details .investment-details-banner .content h2 {
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 2px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.investment-details .investment-details-banner .content p {
|
||||
@@ -3608,11 +3609,12 @@ input:focus {
|
||||
.investment-details .investment-details-banner .content img {
|
||||
width: 84px;
|
||||
background-color: #e8c69f;
|
||||
padding: 11px 9px;
|
||||
/* padding: 11px 9px; */
|
||||
height: 34px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 1px 1px 4px #0000006e;
|
||||
margin-right: 10px;
|
||||
object-fit: inherit;
|
||||
}
|
||||
|
||||
.investment-details .table-details {
|
||||
@@ -4640,7 +4642,7 @@ button.swal2-confirm.btn.btn-primary.popup-button {
|
||||
.table-invest button .carousel-control-prev-icon {
|
||||
filter: invert(1);
|
||||
}
|
||||
.table-invest button .carousel-control-next-icon{
|
||||
.table-invest button .carousel-control-next-icon {
|
||||
filter: invert(1);
|
||||
}
|
||||
h3.primary-no-data {
|
||||
@@ -4736,7 +4738,7 @@ h3.primary-no-data {
|
||||
.investor-profile .invest-view-form .form-sec {
|
||||
width: 500px;
|
||||
}
|
||||
.menubar .dropdown-menu{
|
||||
.menubar .dropdown-menu {
|
||||
left: -90px !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user