Remove commented out code

This commit is contained in:
igorkorenfeld 2023-01-31 14:23:35 -05:00
parent c587b7484b
commit 45ff32b62f
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -118,13 +118,13 @@ a.breadcrumb__back {
font-weight: font-weight('semibold');
}
/** ---- DASHBOARD ---- */
#wrapper.dashboard {
background-color: color('primary-lightest');
}
section.dashboard {
background-color: color('white');
border: 1px solid color('base-lighter');
@ -157,7 +157,6 @@ section.dashboard {
margin-right: units(0.5);
}
}
}
// Table on small mobile
@ -201,7 +200,6 @@ section.dashboard {
.usa-table {
td, th {
// border: none; //reset border
border-bottom: 1px solid color('base-light');
}