Files
msramalho d24c4a5eda lint
2025-02-14 00:29:58 +00:00

81 lines
1023 B
CSS

body {
font-size: 100%;
}
#app {
min-width: 45em;
/* min-height: 175px; */
margin: 10px;
margin-left: 15px;
margin-right: 15px;
}
#icon {
max-height: 26px;
vertical-align: middle;
}
table.archive-results .row {
/* table-layout: fixed; */
width: 90%;
max-width: 100px;
}
textarea {
min-width: 50em;
max-width: 55em;
min-height: 30px;
max-height: 300px;
}
.section-title {
color: #008080;
}
/* .archive-results td {
width: auto;
}
.archive-results td:nth-child(2) {
width: 150px;
} */
table td {
word-wrap: break-word;
overflow-wrap: break-word;
padding: 5px;
}
/* MODAL */
.modal div.modal-content {
padding: 5px;
padding-left: 10px;
padding-right: 10px;
}
#archive-modal {
max-height: 90%;
font-size: 0.83em;
}
#archive-modal select {
font-size: initial;
/* width: auto; */
display: inline;
margin-left: 10px;
padding: 0;
/* height: initial; */
}
.form-guide {
font-size: 1rem;
color: #9e9e9e;
margin-right: 10px;
}
.switch label {
color: #000;
font-size: 1.1rem;
}