Skip to content

Clean up legacy CSS (CFM-161) #48

Merged
merged 1 commit into from
Aug 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 3 additions & 61 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ h1.loginMsg {
margin: 1em 0;
text-align: center;
}
h1.firstPrompt {
font-size: 1.2em;
font-weight: normal;
}
#fpDashboard h2 {
margin: 0.5em 0;
}
h2 {
font-size: 2em;
line-height: 2.5em;
Expand Down Expand Up @@ -553,31 +546,6 @@ ul.form-list li.alert-banner .co-alert {
.pageTitle .archived {
background-color: var(--cmg-color-gray-003);
}
/* TOP CONTENT LINKS (contextual) */
#topLinks {
margin: 1.5em 0 -1.5em 0;
padding: 0;
font-size: 0.9em;
}
#topLinks li {
list-style: none;
display: inline-block;
margin: 0.5em;
padding: 0 0.5em;
}
#topLinks a {
text-decoration: none;
border: none;
background: none;
background-color: var(--cmg-color-white);
}
#topLinks a:hover {
color: var(--cmg-color-gray-001);
}
#main #topLinks a:active,
#main #topLinks a:hover {
text-decoration: underline;
}
/* INNER CONTENT - for non-table-based layouts */
#content {
padding: 2rem;
Expand Down Expand Up @@ -698,9 +666,7 @@ ul.form-list li.alert-banner .co-alert {
background-color: var(--cmg-color-yellow-004);
}
.top-filters .submit-button,
.top-filters .clear-button,
.side-search .submit-button,
.side-search .clear-button {
.top-filters .clear-button {
float: right;
font-size: 0.9em;
width: 80px;
Expand Down Expand Up @@ -1227,13 +1193,8 @@ ul.form-list .cm-time-picker-vals li {
.co-dialog {
display: none;
}
p { /* MDL override */
font-size: inherit;
p {
margin: 0 0 1em;
line-height: 1.6em;
}
.clearfix {
clear: both;
}
.fieldTitle {
font-weight: bold;
Expand Down Expand Up @@ -1373,12 +1334,6 @@ table.list-mode .read-only-link-container {
color: var(--cmg-color-gray-003);
padding: 0 0.5em;
}
.menuitembutton {
width: 250px;
}
.submitCell {
text-align: right;
}
/* LOADING ANIMATION */
@keyframes loading {
0% { opacity: 0.3; }
Expand Down Expand Up @@ -1508,19 +1463,6 @@ table.list-mode .read-only-link-container {
color: var(--cmg-color-blue-002);
border: none;
}
/* Call to Action Blocks */
.call-to-action {
margin-bottom: 2em;
}
.call-to-action a.btn {
display: block;
margin-bottom: 0.5em;
}
#content .call-to-action .btn .material-icons {
font-size: 1.4em;
vertical-align: text-bottom;
margin-right: 0.25em;
}
/*Bootstrap badge*/
.badge {
font-size: 0.95em;
Expand Down Expand Up @@ -1582,7 +1524,7 @@ footer {
text-align: center;
padding: 2em 2em 1em;
}
/*Select2*/
/* Select2 */
.select2-container--default .select2-selection--single {
border: 1px solid var(--cmg-color-lightgray-006);
background-color: var(--cmg-color-white);
Expand Down
4 changes: 0 additions & 4 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,6 @@
column-gap: 1em;
margin-bottom: 4em;
}
/* RECONCILE TABLE */
#reconcile-table {
font-size: 1em;
}
/* INDEX ACTION ROW MENUS */
.field-actions .dropdown-menu {
font-size: 0.9em;
Expand Down