Skip to content

Commit

Permalink
Merge pull request #190 from GOKULRAJ136/qa-inji-1
Browse files Browse the repository at this point in the history
MOSIP-29846, MOSIP-29847, MOSIP-29863, MOSIP-29864, MOSIP-29865, MOSIP-29865 : Updated the partner domain & change the upload file format in upload ca certificate
  • Loading branch information
aranaravi authored Oct 20, 2023
2 parents 1c709e8 + 3a333cb commit 1e0c958
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ <h4 class="name">{{file?.name}}</h4>
</mat-card>
</div>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
font-size: 12.5px;
position: absolute;
margin-top: 20px;
}
}

.breadcrumb > a {
text-decoration: none;
Expand All @@ -25,7 +25,7 @@
@media (max-width: 768px) {
margin-right: 0px !important;
margin-left: 0px !important;
}
}
}
.mat-card-content {
margin-top: 5px !important;
Expand All @@ -42,60 +42,60 @@
&::-webkit-scrollbar {
width: 0px;
background: transparent;
}
.header {
}
.header {
border-bottom: 1px solid #c6c6c6 !important;
font-family: "Roboto", sans-serif;
font-size: 14px;
.mat-card-header-text {
.mat-card-header-text {
margin: 0px;
}
b {
margin-bottom: 5px;
color: #c6c6c6;
}
}
.content {
}
.content {
display: flex;
justify-content: space-between;
font-family: "Roboto", sans-serif;
font-size: 12px;
margin-top: 2px;
cursor: pointer;
span {
span {
display: inline-block;
vertical-align: middle;
}
}
.content:hover{
}
.content:hover{
background-color: #FFE6EE;
border-radius: 3px;
}
}

@media (max-width: 768px) {
@media (max-width: 768px) {
flex-direction: column;
}
.item1 {
}
.item1 {
flex: 1;
margin: 0px 10px !important;
@media (max-width: 768px) {
margin-right: 0px !important;
margin-left: 0px !important;
margin-bottom: 10px !important;
}

mat-card {
}
mat-card {
height: calc(100% + 3px);
}
}
.sub-items {
}
.sub-items {
flex-direction: column;
.sub-item1,
.sub-item2,
.sub-item3 {
margin-bottom: 15px;
margin-bottom: 15px;
}
}
}
}

.browseInput {
Expand Down Expand Up @@ -142,92 +142,92 @@
}

.container {
height: 105px;
padding: 2rem;
border: dashed 1px #FF4081;
background-color: #f1b5c9;
position: relative;
display: flex;
border-radius: 5px;
justify-content: center;
align-items: center;
overflow: hidden;
margin-left: 8px;
margin-top: 10px;
height: 105px;
padding: 2rem;
border: dashed 1px #FF4081;
background-color: #f1b5c9;
position: relative;
display: flex;
border-radius: 5px;
justify-content: center;
align-items: center;
overflow: hidden;
margin-left: 8px;
margin-top: 10px;
}
.container input {
opacity: 0;
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.container label {
color: #FF4081;
width: 148px;
height: 44px;
border-radius: 5px;
background: #FFFFFF;
padding: 10px;
border: 1px solid #CCCCCC;
/*display: flex;*/
font-size: 12px;
font-weight: 200;
opacity: 0;
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.container label {
color: #FF4081;
width: 148px;
height: 44px;
border-radius: 5px;
background: #FFFFFF;
padding: 10px;
border: 1px solid #CCCCCC;
/*display: flex;*/
font-size: 12px;
font-weight: 200;
}
.container h3 {
font-size: 16px;
color: #FF4081;
padding-left: 3px;
padding-top: 7px;
font-weight: 600;
font-size: 16px;
color: #FF4081;
padding-left: 3px;
padding-top: 7px;
font-weight: 600;
}

.fileover {
animation: shake 1s;
animation-iteration-count: infinite;
animation: shake 1s;
animation-iteration-count: infinite;
}
.files-list {
margin-top: 1.5rem;
}
.files-list .single-file {
display: flex;
padding: 0.5rem;
justify-content: space-between;
align-items: center;
border: dashed 1px #FF4081;
margin-bottom: 1rem;
flex-grow: 1;
margin-left: 8px;
.files-list .single-file {
display: flex;
padding: 0.5rem;
justify-content: space-between;
align-items: center;
border: dashed 1px #FF4081;
margin-bottom: 1rem;
flex-grow: 1;
margin-left: 8px;
}
.files-list .single-file .preview {
display: flex;
margin-left: 0.5rem;
cursor: pointer;
align-self: flex-end;
}
.files-list .single-file .delete {
display: flex;
margin-left: 0.5rem;
cursor: pointer;
align-self: flex-end;
}
.files-list .single-file .name {
font-size: 14px;
font-weight: 500;
color: #353f4a;
margin: 0;
}
.files-list .single-file .size {
font-size: 12px;
font-weight: 500;
color: #a4a4a4;
margin: 0;
margin-bottom: 0.25rem;
}
.files-list .single-file .info {
width: 100%;
display: flex;
margin-left: 0.5rem;
cursor: pointer;
align-self: flex-end;
}
.files-list .single-file .delete {
display: flex;
margin-left: 0.5rem;
cursor: pointer;
align-self: flex-end;
}
.files-list .single-file .name {
font-size: 14px;
font-weight: 500;
color: #353f4a;
margin: 0;
}
.files-list .single-file .size {
font-size: 12px;
font-weight: 500;
color: #a4a4a4;
margin: 0;
margin-bottom: 0.25rem;
}
.files-list .single-file .info {
width: 100%;
}

.preview-heading{
Expand Down

0 comments on commit 1e0c958

Please sign in to comment.