EasyRecon/Hunt3r

View on GitHub
frontend/src/app/pages/programs/programs.component.scss

Summary

Maintainability
Test Coverage
@import '~bootstrap/scss/bootstrap-grid';
.form-group {
    padding: 20px;
}
.regexGroup {
    input{
        border-radius: 0px;
    }
    input:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    ::ng-deep button {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    ::ng-deep button:first-child{
        border-top-right-radius: 0px;
    }
    ::ng-deep button:nth-child(2){
        border-top-left-radius: 0px;
    }
}
  table {
    margin-top:20px;
    line-height: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
  }

table tr th {
    position: relative;
    padding: 0.875rem 1.25rem;
    border: 1px solid #edf1f7;
    vertical-align: middle;
}

table tr td, table tr th {
    position: relative;
    padding: 0.875rem 1.25rem;
    border: 1px solid #edf1f7;
    vertical-align: middle;
}
.actionGrp div {
text-align: center;
} 



hr { display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #edf1f7;
    margin: 1em 0; 
    padding: 0; 
}
.modaleBth {
    text-align: center;
}

.addGrp {
    button{
        border-radius: 0px 0.25rem 0.25rem 0px;
        margin-top: -2px;
    }
    nb-select{
        border-radius:  0.25rem 0px 0px 0.25rem;
        
    }
}
::ng-deep .btnGrp .select-button {
    border-radius: 0px!important;
}
::ng-deep .btnGrp input:first-child{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.btnGrp button:last-child{
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    padding-bottom: calc( (100% - 20px) /2);
    padding-top: calc( (100% - 20px) /2);
    margin-top:-3px
}