77 lines
1.2 KiB
CSS
77 lines
1.2 KiB
CSS
/* Custom Stylesheet */
|
|
/**
|
|
* Use this file to override Materialize files so you can update
|
|
* the core Materialize files in the future
|
|
*
|
|
* Made By MaterializeCSS.com
|
|
*/
|
|
|
|
.icon-block {
|
|
padding: 0 15px;
|
|
}
|
|
.icon-block .material-icons {
|
|
font-size: inherit;
|
|
}
|
|
|
|
/**** Custom styles for Range ****/
|
|
.noUi-tooltip span {
|
|
opacity: 1;
|
|
}
|
|
|
|
.noUi-target.noUi-horizontal .noUi-tooltip {
|
|
transform: scale(1) rotate(-45deg) translate(0px, 4px);
|
|
}
|
|
|
|
h4 {
|
|
font-size: 1.8rem;
|
|
}
|
|
|
|
label {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.input-field > label {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.table-wrapper {
|
|
overflow-x: scroll;
|
|
overflow-y: scroll;
|
|
height: 600px;
|
|
border: #555555;
|
|
}
|
|
|
|
.table-wrapper thead th {
|
|
position: sticky;
|
|
top: 0;
|
|
}
|
|
|
|
.table-wrapper thead th{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tr-link {
|
|
cursor: pointer;
|
|
}
|
|
|
|
table {
|
|
table-layout: fixed;
|
|
}
|
|
|
|
th {
|
|
width: 300px;
|
|
padding: 10px 0 10px;
|
|
background-color: #cccccc;
|
|
text-align: center;
|
|
border-left-radius: 2px;
|
|
border-right: solid 1px #bbbbbb;
|
|
border-left: solid 1px #bbbbbb;
|
|
}
|
|
|
|
td {
|
|
width: 300px;
|
|
padding: 10px 0 10px;
|
|
text-align: center;
|
|
border-right: solid 1px #bbbbbb;
|
|
border-left: solid 1px #bbbbbb;
|
|
} |