- updates to Evaluation page;
This commit is contained in:
@@ -12,7 +12,7 @@ body {
|
||||
margin: 0;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
|
||||
p, span:not(.p-button-label, .p-button-icon, .p-badge, .p-message-detail, .p-highlight, .p-inline-message-text),
|
||||
p, span:not(.p-button-label, .p-button-icon, .p-badge, .p-message-detail, .p-highlight, .p-inline-message-text, .p-tag, .p-tag-icon),
|
||||
input, label:not(.p-error), textarea, a, li, h1, h2, h3, h4, h5, h6, div:not(.p-inline-message, .p-toast-detail), th, td {
|
||||
color: var(--global-textColor);
|
||||
}
|
||||
|
||||
39
src/assets/scss/components/myTable.scss
Normal file
39
src/assets/scss/components/myTable.scss
Normal file
@@ -0,0 +1,39 @@
|
||||
.myTable {
|
||||
border-spacing: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.myThead {
|
||||
th {
|
||||
text-align: left;
|
||||
padding: 1rem 1rem;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-width: 0 0 1px 0;
|
||||
font-weight: 700;
|
||||
color: #374151;
|
||||
background: #f9fafb;
|
||||
transition: box-shadow 0.2s;
|
||||
}
|
||||
}
|
||||
|
||||
.myTbody {
|
||||
td {
|
||||
text-align: left;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.myTfoot {
|
||||
td {
|
||||
text-align: left;
|
||||
padding: 1rem 1rem;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-width: 0 0 1px 0;
|
||||
font-weight: 700;
|
||||
color: #374151;
|
||||
background: #f9fafb;
|
||||
transition: box-shadow 0.2s;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user