You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
2.3 KiB
SCSS
144 lines
2.3 KiB
SCSS
// .container-responsive {
|
|
// min-height: 100vh;
|
|
// position: relative;
|
|
// }
|
|
|
|
// #footer {
|
|
// background-color: #3a8379;
|
|
// padding: 20px;
|
|
// color: #ffffff;
|
|
// position: absolute;
|
|
// bottom: 0;
|
|
// width: 100%;
|
|
// }
|
|
.nav-link:hover {
|
|
color: rgb(255, 0, 0);
|
|
|
|
|
|
}
|
|
|
|
::ng-deep .custom-tab-group .mat-tab-label {
|
|
// color: rgb(0, 0, 0);
|
|
text-transform: none;
|
|
min-width: 120px;
|
|
padding: 5px;
|
|
color: #505050;
|
|
font-weight: 700;
|
|
font-size: small;
|
|
background-color: #f0f0f0;
|
|
font-family: nucleo;
|
|
|
|
}
|
|
|
|
.green-snackbar {
|
|
background-color: green;
|
|
color: white;
|
|
}
|
|
|
|
|
|
::ng-deep .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
|
|
background-color: #16e2e2; /* Primary color */
|
|
//cursor: pointer;
|
|
}
|
|
|
|
::ng-deep .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
|
|
background-color: #04fcfc; /* Accent color */
|
|
cursor: pointer;
|
|
}
|
|
|
|
.element-with-tooltip {
|
|
cursor: pointer; /* Set the cursor style to pointer for the element */
|
|
}
|
|
|
|
.tenderHeading{
|
|
font-family: texg;
|
|
//color: #353535;
|
|
}
|
|
|
|
|
|
label
|
|
{
|
|
font-family: texg;
|
|
color: #262627;
|
|
|
|
}
|
|
input{
|
|
overflow-wrap: inherit;
|
|
font-family: nucleo;
|
|
}
|
|
.form-control{
|
|
font-family: nucleo;
|
|
}
|
|
// .input-style{
|
|
// font-family: nucleo;
|
|
// }
|
|
|
|
|
|
|
|
.Buttons {
|
|
float: right;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
background-color: white;
|
|
color: #424242;
|
|
height: 37px;
|
|
border-radius: 9px;
|
|
font-family: nucleo;
|
|
// width: 17%;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
|
}
|
|
|
|
th,td{
|
|
font-family: nucleo;
|
|
}
|
|
|
|
.Buttons:hover {
|
|
background-color: #ececec;
|
|
color: #46AC9E;
|
|
}
|
|
|
|
.ButtonSubmit {
|
|
float: right;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
background-color: #ececec;
|
|
color: #46AC9E;
|
|
|
|
height: 37px;
|
|
border-radius: 9px;
|
|
font-family: nucleo;
|
|
// width: 17%;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
|
}
|
|
|
|
.ButtonSubmit:hover {
|
|
background-color: #46AC9E;
|
|
color: #ececec;
|
|
}
|
|
|
|
.card-body{
|
|
min-height: 360px;
|
|
@media (max-width: 767px) {
|
|
.card-body{
|
|
max-height: 500px;
|
|
min-height: 500px;
|
|
overflow-y: scroll;
|
|
min-width: 500px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.sub-div{
|
|
@media (max-width: 767px) {
|
|
.sub-div{
|
|
min-width: 672px;
|
|
|
|
}
|
|
}
|
|
} |