mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Remove commented out code
This commit is contained in:
parent
c587b7484b
commit
45ff32b62f
1 changed files with 1 additions and 3 deletions
|
@ -118,13 +118,13 @@ a.breadcrumb__back {
|
||||||
font-weight: font-weight('semibold');
|
font-weight: font-weight('semibold');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** ---- DASHBOARD ---- */
|
/** ---- DASHBOARD ---- */
|
||||||
|
|
||||||
#wrapper.dashboard {
|
#wrapper.dashboard {
|
||||||
background-color: color('primary-lightest');
|
background-color: color('primary-lightest');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
section.dashboard {
|
section.dashboard {
|
||||||
background-color: color('white');
|
background-color: color('white');
|
||||||
border: 1px solid color('base-lighter');
|
border: 1px solid color('base-lighter');
|
||||||
|
@ -157,7 +157,6 @@ section.dashboard {
|
||||||
margin-right: units(0.5);
|
margin-right: units(0.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Table on small mobile
|
// Table on small mobile
|
||||||
|
@ -201,7 +200,6 @@ section.dashboard {
|
||||||
|
|
||||||
.usa-table {
|
.usa-table {
|
||||||
td, th {
|
td, th {
|
||||||
// border: none; //reset border
|
|
||||||
border-bottom: 1px solid color('base-light');
|
border-bottom: 1px solid color('base-light');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue