activity: Move .container CSS from bootstrap to activity.css.

* `.container` class is only used in `/activity/support` and
  `/activity/remote/support` pages. It is also used in emails but
  it has its own CSS.

* Since the CSS applied is localized and looks good, we just
  move the CSS relevant to us to `activity.css` which is used
  by both of these pages.

* Searched `"container"`, ` container `, `"container ` and
  ` container"` to look for the uses of this class.
This commit is contained in:
Aman Agrawal
2024-06-11 08:44:30 +00:00
committed by Tim Abbott
parent b40e9acfdf
commit 16f2c4195b
2 changed files with 18 additions and 25 deletions

View File

@@ -79,22 +79,6 @@ a:focus {
color: #005580;
text-decoration: underline;
}
.container {
width: 940px;
}
.container {
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
p {
margin: 0 0 10px;
}
@@ -290,9 +274,6 @@ input:focus:invalid:focus {
padding-left: 20px;
padding-right: 20px;
}
.container {
width: auto;
}
.row {
margin-left: 0;
}
@@ -310,9 +291,6 @@ input:focus:invalid:focus {
.row:after {
clear: both;
}
.container {
width: 724px;
}
input {
margin-left: 0;
}
@@ -330,9 +308,6 @@ input:focus:invalid:focus {
.row:after {
clear: both;
}
.container {
width: 1170px;
}
input {
margin-left: 0;
}