latest updates @APR 20, 2022
This commit is contained in:
parent
90b15f5e00
commit
a0bdbc7c55
1657 changed files with 301942 additions and 0 deletions
68
src/app/add/report-setting/report-setting.component.scss
Normal file
68
src/app/add/report-setting/report-setting.component.scss
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
.selected {
|
||||
background-color: #5d5f62;
|
||||
border-radius: 40px;
|
||||
}
|
||||
|
||||
.deselected {
|
||||
background: #db2f2f;
|
||||
border-radius: 40px;
|
||||
}
|
||||
.form-control {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.selected-tab-0 md-ink-bar {
|
||||
background-color: red;
|
||||
}
|
||||
.selected-tab-1 md-ink-bar {
|
||||
background-color: #426e86;
|
||||
}
|
||||
.selected-tab-2 md-ink-bar {
|
||||
background-color: green;
|
||||
}
|
||||
.mat-tab-body-content {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
.mat-tab-body.mat-tab-body-active {
|
||||
overflow-y: hidden !important;
|
||||
}
|
||||
.project-tab {
|
||||
// padding: 10%;
|
||||
height: 500px;
|
||||
// margin-top: -8%;
|
||||
}
|
||||
.project-tab #tabs {
|
||||
background: #007b5e;
|
||||
color: #eee;
|
||||
}
|
||||
.project-tab #tabs h6.section-title {
|
||||
color: #eee;
|
||||
}
|
||||
.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
|
||||
.nav-tabs .nav-link.active {
|
||||
color: #0062cc;
|
||||
background-color: transparent;
|
||||
border-color: transparent transparent #f3f3f3;
|
||||
border-bottom: 3px solid !important;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.project-tab .nav-link {
|
||||
border: 1px solid transparent;
|
||||
border-top-left-radius: 0.25rem;
|
||||
border-top-right-radius: 0.25rem;
|
||||
color: #0062cc;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.project-tab .nav-link:hover {
|
||||
border: none;
|
||||
}
|
||||
.project-tab thead {
|
||||
background: #f3f3f3;
|
||||
color: #333;
|
||||
}
|
||||
.project-tab a {
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
font-weight: 600;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue