Skip to content

Commit

Permalink
hide campus map branding
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasnadel committed Jul 11, 2019
1 parent 20a5768 commit 44c0abd
Showing 1 changed file with 36 additions and 6 deletions.
42 changes: 36 additions & 6 deletions app/assets/stylesheets/layout_old/primary-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,35 @@
max-width: 1130px;
padding: 0 16px;

.content h3 { margin-top: 0; }
.content h3 {
margin-top: 0;
}

@media (min-width: 1120px) {
padding: 0;
}

.ie7 & {
position: relative;

.main {
overflow-x: hidden;
}
}

.oneColumn & {
.main {
.tabContent {
background-color: #fbf9f0;
padding: 15px 20px;
}

@include bp(l) {
max-width: 100%;
}
}
}

&.twoColumns {
.main {
@include bp(l) {
Expand All @@ -36,11 +42,13 @@
margin: 0px;
}
}

&.calendar .main {
@include bp(l) {
width: 100%;
}
}

&.noLeftNav .main .leftColumn {
@include bp(l) {
width: 71%;
Expand All @@ -56,8 +64,10 @@
}

}

&.threeColumns {
text-align: center;

.main {
@include bp(l) {
width: 100%;
Expand All @@ -66,38 +76,48 @@
}
}
}
> .main .story {

>.main .story {
@include bp(l) {
width: 182px;
}
}

.main {
float: none;
position: relative;
width: 100%;
margin: 0;

@include bp(l) {
margin: 0px;
}

@include vendorize(box-sizing, border-box);

&.profile {
min-height: 230px;

@include bp(m) {
width: 95%;
max-width: 900px;
}

@include bp(l) {
width: 70%;
}
}

h1 {
line-height: 30px;
padding: 0 0 5px 0;
margin: 0;

.bullet {
display: none;
}
}

.newsEventsContent {
div.title {
.bullet {
Expand All @@ -108,33 +128,41 @@
}
}
}

.tabContent {
padding: 0 0 10px 0;
}
.newsEventsContent, .tabContent {

.newsEventsContent,
.tabContent {
.copy {
height: 100px;
margin: 10px 0 2px 0;

div {
width: auto !important;
}
}
}

.loading {
position: absolute;
top: 130px;
left: 200px;
}

.centerNewsLoader {
position: absolute;
margin: 20px 0 0 0;
left: 200px;
top: 0;
}

@include bp(l) {
float: left;
max-width: 465px;
max-width: 465px;
}

.addthis_toolbox a {
border-bottom: 0;
}
Expand Down Expand Up @@ -162,5 +190,7 @@
.cd-hero a,
.box,
.fact-card a,
.slider-controls a{ border-bottom: none; }
}
.slider-controls a {
border-bottom: none;
}
}

0 comments on commit 44c0abd

Please sign in to comment.