Skip to content

Commit

Permalink
404 update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Sep 13, 2016
1 parent ad5ffab commit 6fe5752
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 331 deletions.
167 changes: 3 additions & 164 deletions dist/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -631,170 +631,6 @@ th {
letter-spacing: 1px;
margin: 15px 0 5px; }

.uc_healthFooter {
font-family: "ProximaNova", Verdana, Arial, Helvetica, sans-serif; }

.uc_healthFooter * {
text-align: left !important; }

.uc_healthFooter__superNav {
background-color: #ebebeb;
border-top: 1px solid #ccc; }

.uc_healthFooter__superNavInner {
width: 100%;
max-width: 84em;
margin: 0 auto;
overflow-y: hidden;
box-sizing: border-box;
padding: 1em; }

.uc_healthFooter__contact {
float: left;
box-sizing: border-box;
padding: 1em;
width: 100%; }

.uc_healthFooter__contactName {
line-height: 3em;
margin: 0.5em 0; }
.uc_healthFooter__contactName h1 {
text-align: left !important;
font-family: "UConn";
letter-spacing: 3px;
font-size: 50px;
color: #000e2f !important;
font-size: 3.5em;
font-weight: lighter;
display: inline-block;
vertical-align: middle;
margin: 0;
padding-right: 0.15em; }
.uc_healthFooter__contactName h3 {
text-align: left !important;
font-family: "ProximaNova", Verdana, Arial, Helvetica, sans-serif;
color: #000e2f !important;
display: inline-block;
font-size: 1.5em;
vertical-align: middle;
margin: 0; }

.uc_healthFooter__contactAppointment {
margin: 2em 0; }
.uc_healthFooter__contactAppointment h4 {
text-align: left !important;
color: #000e2f !important;
margin: 0;
font-size: 1.1em; }
.uc_healthFooter__contactAppointment h2 {
text-align: left !important;
color: #000e2f !important;
margin: 0;
font-size: 2em; }

.uc_healthFooter__contactAddress {
font-style: normal;
font-size: 1.1em; }

.uc_healthFooter__links {
text-align: left !important;
color: #7c878e;
border-color: #7c878e;
float: left;
padding: 1em;
box-sizing: border-box;
width: 100%; }
.uc_healthFooter__links ul {
padding: 0;
list-style: none;
margin: 0; }
.uc_healthFooter__links .uc_healthFooter__link {
display: inline-block; }
.uc_healthFooter__links .uc_healthFooter__link:hover {
color: #263a75; }
.uc_healthFooter__links li:first-child .uc_healthFooter__link {
padding-top: 0; }

.uc_healthFooter__links--blue {
color: #000e2f;
border-color: #000e2f; }
.uc_healthFooter__links--blue h4 {
font-size: 1em;
margin: 0 0 0.5em; }
.uc_healthFooter__links--blue .uc_healthFooter__link:hover {
color: #ffa902; }

@media (min-width: 34em) {
.uc_healthFooter__links {
width: 50%; }
.uc_healthFooter__links--blue {
width: 100%; } }

@media (min-width: 44em) {
.uc_healthFooter__links {
width: 33.333333%; }
.uc_healthFooter__links ul {
margin: 1.5em 0 0; }
.uc_healthFooter__links--blue ul {
margin: 0; } }

@media (min-width: 68em) {
.uc_healthFooter__contact {
width: 30%;
max-width: 25em; }
.uc_healthFooter__links {
width: 23%;
margin-top: 2em;
max-width: 15em; } }

.uc_healthFooter__link {
text-align: left !important;
color: inherit;
font-size: 1em;
padding: 0.5em 0;
text-decoration: none;
position: relative;
transition: color 0.15s cubic-bezier(0.66, 0.01, 0.36, 1); }
.uc_healthFooter__link::before, .uc_healthFooter__link::after {
content: "";
position: absolute;
bottom: 0.5em;
border-color: inherit;
border-bottom: 1px solid;
height: 0;
width: 0;
transition: width 0.15s cubic-bezier(0.66, 0.01, 0.36, 1); }
.uc_healthFooter__link::before {
left: 0; }
.uc_healthFooter__link::after {
right: 0; }
.uc_healthFooter__link:hover {
text-decoration: none; }
.uc_healthFooter__link:hover::before, .uc_healthFooter__link:hover::after {
width: 50%; }

.uc_healthFooter__text {
text-align: left !important;
display: inline-block;
padding: 0.5em 0; }

.uc_healthFooter__subNav {
background-color: #000e2f;
color: #ccc; }

.uc_healthFooter__subNavInner {
max-width: 84em;
margin: 0 auto;
box-sizing: border-box;
padding: 2em 1em; }
.uc_healthFooter__subNavInner .uc_healthFooter__link,
.uc_healthFooter__subNavInner .uc_healthFooter__text {
margin: 0.5em 3em 0.5em 1em; }
.uc_healthFooter__subNavInner .uc_healthFooter__link {
display: inline-block; }
.uc_healthFooter__subNavInner .uc_healthFooter__link:hover {
color: white; }

.uc_banner {
font-size: 16px; }

Expand Down Expand Up @@ -1420,6 +1256,9 @@ html {
position: absolute;
top: 50%;
left: 50%;
max-width: 80em;
width: 100%;
padding: 1em;
transform: translate(-50%, -50%); }
.not-found h1 a {
color: #9A2D98;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/app.min.css

Large diffs are not rendered by default.

164 changes: 0 additions & 164 deletions dist/css/uconn/uconn.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,169 +276,5 @@
letter-spacing: 1px;
margin: 15px 0 5px; }

.uc_healthFooter {
font-family: "ProximaNova", Verdana, Arial, Helvetica, sans-serif; }

.uc_healthFooter * {
text-align: left !important; }

.uc_healthFooter__superNav {
background-color: #ebebeb;
border-top: 1px solid #ccc; }

.uc_healthFooter__superNavInner {
width: 100%;
max-width: 84em;
margin: 0 auto;
overflow-y: hidden;
box-sizing: border-box;
padding: 1em; }

.uc_healthFooter__contact {
float: left;
box-sizing: border-box;
padding: 1em;
width: 100%; }

.uc_healthFooter__contactName {
line-height: 3em;
margin: 0.5em 0; }
.uc_healthFooter__contactName h1 {
text-align: left !important;
font-family: "UConn";
letter-spacing: 3px;
font-size: 50px;
color: #000e2f !important;
font-size: 3.5em;
font-weight: lighter;
display: inline-block;
vertical-align: middle;
margin: 0;
padding-right: 0.15em; }
.uc_healthFooter__contactName h3 {
text-align: left !important;
font-family: "ProximaNova", Verdana, Arial, Helvetica, sans-serif;
color: #000e2f !important;
display: inline-block;
font-size: 1.5em;
vertical-align: middle;
margin: 0; }

.uc_healthFooter__contactAppointment {
margin: 2em 0; }
.uc_healthFooter__contactAppointment h4 {
text-align: left !important;
color: #000e2f !important;
margin: 0;
font-size: 1.1em; }
.uc_healthFooter__contactAppointment h2 {
text-align: left !important;
color: #000e2f !important;
margin: 0;
font-size: 2em; }

.uc_healthFooter__contactAddress {
font-style: normal;
font-size: 1.1em; }

.uc_healthFooter__links {
text-align: left !important;
color: #7c878e;
border-color: #7c878e;
float: left;
padding: 1em;
box-sizing: border-box;
width: 100%; }
.uc_healthFooter__links ul {
padding: 0;
list-style: none;
margin: 0; }
.uc_healthFooter__links .uc_healthFooter__link {
display: inline-block; }
.uc_healthFooter__links .uc_healthFooter__link:hover {
color: #263a75; }
.uc_healthFooter__links li:first-child .uc_healthFooter__link {
padding-top: 0; }

.uc_healthFooter__links--blue {
color: #000e2f;
border-color: #000e2f; }
.uc_healthFooter__links--blue h4 {
font-size: 1em;
margin: 0 0 0.5em; }
.uc_healthFooter__links--blue .uc_healthFooter__link:hover {
color: #ffa902; }

@media (min-width: 34em) {
.uc_healthFooter__links {
width: 50%; }
.uc_healthFooter__links--blue {
width: 100%; } }

@media (min-width: 44em) {
.uc_healthFooter__links {
width: 33.333333%; }
.uc_healthFooter__links ul {
margin: 1.5em 0 0; }
.uc_healthFooter__links--blue ul {
margin: 0; } }

@media (min-width: 68em) {
.uc_healthFooter__contact {
width: 30%;
max-width: 25em; }
.uc_healthFooter__links {
width: 23%;
margin-top: 2em;
max-width: 15em; } }

.uc_healthFooter__link {
text-align: left !important;
color: inherit;
font-size: 1em;
padding: 0.5em 0;
text-decoration: none;
position: relative;
transition: color 0.15s cubic-bezier(0.66, 0.01, 0.36, 1); }
.uc_healthFooter__link::before, .uc_healthFooter__link::after {
content: "";
position: absolute;
bottom: 0.5em;
border-color: inherit;
border-bottom: 1px solid;
height: 0;
width: 0;
transition: width 0.15s cubic-bezier(0.66, 0.01, 0.36, 1); }
.uc_healthFooter__link::before {
left: 0; }
.uc_healthFooter__link::after {
right: 0; }
.uc_healthFooter__link:hover {
text-decoration: none; }
.uc_healthFooter__link:hover::before, .uc_healthFooter__link:hover::after {
width: 50%; }

.uc_healthFooter__text {
text-align: left !important;
display: inline-block;
padding: 0.5em 0; }

.uc_healthFooter__subNav {
background-color: #000e2f;
color: #ccc; }

.uc_healthFooter__subNavInner {
max-width: 84em;
margin: 0 auto;
box-sizing: border-box;
padding: 2em 1em; }
.uc_healthFooter__subNavInner .uc_healthFooter__link,
.uc_healthFooter__subNavInner .uc_healthFooter__text {
margin: 0.5em 3em 0.5em 1em; }
.uc_healthFooter__subNavInner .uc_healthFooter__link {
display: inline-block; }
.uc_healthFooter__subNavInner .uc_healthFooter__link:hover {
color: white; }

.uc_banner {
font-size: 16px; }
Loading

0 comments on commit 6fe5752

Please sign in to comment.