Files

26 lines
472 B
CSS
Raw Permalink Normal View History

2026-08-27 11:02:04 -06:00
/* Coded by [email protected] */
#logs_table {
position: relative;
top: 70px;
left: 1%;
max-width: 98%;
}
#search_block {
position: relative;
top: 70px;
left: 1%;
max-width: 98%;
color: white !important;
background-color: black;
padding-top: 20px;
}
.materialize-textarea {
border-bottom: none !important;
box-shadow: none !important;
}
p {
font-size: 20px;
line-height: 1px;
}