2020-09-03 17:49:45 +02:00
|
|
|
.clone-dialog {
|
2023-12-29 16:04:16 +01:00
|
|
|
padding: 1.5rem;
|
|
|
|
|
2020-10-26 16:31:39 +01:00
|
|
|
.heading {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 18px;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
|
|
|
opacity: 0.81;
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
}
|
2020-09-03 17:49:45 +02:00
|
|
|
|
2020-10-26 16:31:39 +01:00
|
|
|
.heading-1 {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 20px;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
|
|
|
opacity: 0.81;
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-icon {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-right: 20px;
|
2020-11-06 13:21:14 +01:00
|
|
|
padding: .4rem;
|
|
|
|
width: auto !important;
|
|
|
|
height: auto !important;
|
2020-10-26 16:31:39 +01:00
|
|
|
}
|
|
|
|
|
2020-11-06 13:21:14 +01:00
|
|
|
.close-icon:hover {
|
|
|
|
background-color: #ECECED !important;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2020-10-26 16:31:39 +01:00
|
|
|
|
|
|
|
.cancel-btn {
|
2023-12-29 16:04:16 +01:00
|
|
|
min-width: 101px;
|
2020-10-26 16:31:39 +01:00
|
|
|
height: 43px;
|
|
|
|
background: #ffffff;
|
|
|
|
border: 1px solid #b5b5b5;
|
|
|
|
border-radius: 30px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirm-btn {
|
2020-11-10 15:53:48 +01:00
|
|
|
min-width: 84px;
|
2020-10-26 16:31:39 +01:00
|
|
|
height: 43px;
|
|
|
|
background: #ffffff;
|
2023-02-10 14:08:23 +01:00
|
|
|
color: var(--primary-color);
|
|
|
|
border: 1px solid var(--primary-color);
|
2020-10-26 16:31:39 +01:00
|
|
|
border-radius: 30px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirm-btn:hover {
|
2023-02-10 14:08:23 +01:00
|
|
|
background-color: var(--primary-color);
|
2020-10-26 16:31:39 +01:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
2020-09-03 17:49:45 +02:00
|
|
|
}
|