Skip to content

Commit

Permalink
include all other css inside scope
Browse files Browse the repository at this point in the history
  • Loading branch information
aanunez authored Apr 13, 2022
1 parent 74b1f6c commit 9058e63
Showing 1 changed file with 122 additions and 121 deletions.
243 changes: 122 additions & 121 deletions site.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,127 +3,128 @@
.uw-pe {
@import (less) "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css";
@import (less) "https://cdn.datatables.net/1.11.3/css/dataTables.bootstrap5.css";
}

.dataTable thead{
display:none;
}

#mainDataTable {
width: 100%!important;
border: grey 1px solid;
border-radius: 5px;
}

.dataTableChild div {
margin: 0.25rem;
}

.dataTables_paginate a {
text-decoration: none!important;
font-family: "Verlag";
}

.dataTablesCustom_sort {
width: 220px;
float: right;
box-sizing: border-box;
min-height: calc(1.5em + (.5rem + 2px));
padding: .25rem .5rem;
font-size: .875rem;
border-radius: .2rem;
border: 1px solid #ced4da;
margin: 0 0.25em 0 0.5em;
}

.dataTablesCustom_sort option[value=""] {
color: #6c757d;
}

.dataTablesCustom_order {
float: right;
height: 40px;
width: 30px;
color: #dddddd;
}

.dataTablesCustom_order:hover {
color: #c5050c;
}

.dataTablesCustom_length {
width: 50px;
padding: .25rem .5rem;
font-size: .875rem;
border-radius: .2rem;
border: 1px solid #ced4da;
margin: 0 0.25em 0 0.5em;
color: rgb(108, 117, 125);
}

.dataTables_filter {
float: right;
}

.dataTables_length {
display: inline;
}

.dataTables_filter input {
width: 250px!important;
}

.dataTables_filter input{
margin-bottom: 0.5em;
}

.page-link {
margin: 0;
}

.page-item.active .page-link {
background-color: #c5050c;
border-color: #c5050c;
}

.paginate_button.previous,
.paginate_button.next,
.pagination .disabled{
padding: 0;
}

.row-title {
font-size: 1.75em;
}

.expandButton {
width: 1.5em;
background-color: gray;
border-radius: 100%;
height: 1.5em;
color: white;
font-weight: bold;
text-align: center;
line-height: 1.2;
cursor: pointer;
}

.dataTablesRow a {
color: grey;
}

.rightCol {
display: flex;
justify-content: flex-end;
}

.rightCol .expandButton {
align-self: flex-end;
}
.dataTable thead{
display:none;
}

#mainDataTable {
width: 100%!important;
border: grey 1px solid;
border-radius: 5px;
}

.dataTableChild div {
margin: 0.25rem;
}

.dataTables_paginate a {
text-decoration: none!important;
font-family: "Verlag";
}

.dataTablesCustom_sort {
width: 220px;
float: right;
box-sizing: border-box;
min-height: calc(1.5em + (.5rem + 2px));
padding: .25rem .5rem;
font-size: .875rem;
border-radius: .2rem;
border: 1px solid #ced4da;
margin: 0 0.25em 0 0.5em;
}

.dataTablesCustom_sort option[value=""] {
color: #6c757d;
}

.dataTablesCustom_order {
float: right;
height: 40px;
width: 30px;
color: #dddddd;
}

.dataTablesCustom_order:hover {
color: #c5050c;
}

.dataTablesCustom_length {
width: 50px;
padding: .25rem .5rem;
font-size: .875rem;
border-radius: .2rem;
border: 1px solid #ced4da;
margin: 0 0.25em 0 0.5em;
color: rgb(108, 117, 125);
}

.dataTables_filter {
float: right;
}

.dataTables_length {
display: inline;
}

.dataTables_filter input {
width: 250px!important;
}

.dataTables_filter input{
margin-bottom: 0.5em;
}

.page-link {
margin: 0;
}

.page-item.active .page-link {
background-color: #c5050c;
border-color: #c5050c;
}

.paginate_button.previous,
.paginate_button.next,
.pagination .disabled{
padding: 0;
}

.row-title {
font-size: 1.75em;
}

.expandButton {
width: 1.5em;
background-color: gray;
border-radius: 100%;
height: 1.5em;
color: white;
font-weight: bold;
text-align: center;
line-height: 1.2;
cursor: pointer;
}

.dataTablesRow a {
color: grey;
}

.rightCol {
display: flex;
justify-content: flex-end;
}

.rightCol .expandButton {
align-self: flex-end;
}

.rightCol .fileLink {
align-self: flex-end;
font-size: x-large;
margin-right: 1rem;
margin-bottom: -0.1rem;
}

.rightCol .fileLink {
align-self: flex-end;
font-size: x-large;
margin-right: 1rem;
margin-bottom: -0.1rem;
}

0 comments on commit 9058e63

Please sign in to comment.