Skip to content
Snippets Groups Projects
Commit 069ead4c authored by Brian Canini's avatar Brian Canini
Browse files

style updates

- replacing purple color with brand red
- fixing spacing on filters
parent 296cbf2d
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
.views-field-field-evt-date-range {
padding: 10px;
background: #841F5D;
background: $brand-red;
color: $white;
text-transform: uppercase;
}
......
......@@ -83,6 +83,7 @@
.form-type-textfield {
margin-right: 10px;
margin-bottom: 20px;
input {
min-width: 250px;
......@@ -93,6 +94,10 @@
}
}
.form-type-select {
margin-bottom: 20px;
}
.form-actions {
.form-submit {
......@@ -155,12 +160,17 @@
.form-type-textfield {
margin-right: 10px;
margin-bottom: 20px;
input {
min-width: 250px;
}
}
.form-type-select {
margin-bottom: 20px;
}
.select-wrapper {
width: 100%;
......@@ -340,6 +350,7 @@
.form-type-textfield {
margin-right: 10px;
margin-bottom: 20px;
input {
min-width: 250px;
......@@ -350,7 +361,12 @@
}
}
.form-type-select {
margin-bottom: 20px;
}
.form-actions {
margin-bottom: 20px;
.button {
text-transform: uppercase;
......@@ -454,6 +470,7 @@
.form-type-textfield {
margin-right: 10px;
margin-bottom: 20px;
input {
min-width: 250px;
......@@ -464,7 +481,12 @@
}
}
.form-type-select {
margin-bottom: 20px;
}
.form-actions {
margin-bottom: 20px;
.button {
text-transform: uppercase;
......@@ -567,6 +589,7 @@
.form-type-textfield {
margin-right: 10px;
margin-bottom: 20px;
input {
min-width: 250px;
......@@ -577,7 +600,12 @@
}
}
.form-type-select {
margin-bottom: 20px;
}
.form-actions {
margin-bottom: 20px;
.button {
text-transform: uppercase;
......@@ -678,6 +706,7 @@
.form-type-textfield {
margin-right: 10px;
margin-bottom: 20px;
input {
min-width: 250px;
......@@ -688,6 +717,10 @@
}
}
.form-type-select {
margin-bottom: 20px;
}
}
#views-exposed-form-people-directory-page-1 {
......@@ -754,6 +787,7 @@
}
.form-actions {
margin-bottom: 20px;
.button {
text-transform: uppercase;
......@@ -839,12 +873,17 @@
.form-type-textfield {
margin-right: 10px;
margin-bottom: 20px;
input {
min-width: 250px;
}
}
.form-type-select {
margin-bottom: 20px;
}
.select-wrapper {
select {
......@@ -858,6 +897,7 @@
}
.form-actions {
margin-bottom: 20px;
.button {
text-transform: uppercase;
......@@ -947,12 +987,17 @@
.form-type-textfield {
margin-right: 10px;
margin-bottom: 20px;
input {
min-width: 250px;
}
}
.form-type-select {
margin-bottom: 20px;
}
.select-wrapper {
select {
......@@ -966,6 +1011,7 @@
}
.form-actions {
margin-bottom: 20px;
.button {
text-transform: uppercase;
......@@ -1090,6 +1136,7 @@
.form-type-textfield {
margin-right: 10px;
margin-bottom: 20px;
input {
min-width: 250px;
......@@ -1100,7 +1147,12 @@
}
}
.form-type-select {
margin-bottom: 20px;
}
.form-actions {
margin-bottom: 20px;
.button {
text-transform: uppercase;
......
......@@ -185,7 +185,7 @@
padding: 0;
h2 {
color: $purple;
color: $brand-red;
font-size: 22px;
}
}
......@@ -195,7 +195,7 @@
padding: 0;
h3, a {
color: $purple;
color: $brand-red;
font-size: 22px;
svg {
......@@ -233,7 +233,7 @@
padding: 0;
h3, a {
color: $purple;
color: $brand-red;
font-size: 22px;
svg {
......
......@@ -7278,7 +7278,7 @@ figcaption {
margin-bottom: 20px; } }
.view-events .news-row .views-field-field-evt-date-range {
padding: 10px;
background: #841F5D;
background: #BA0C2F;
color: #ffffff;
text-transform: uppercase; }
.view-events .news-row .views-field-title {
......@@ -7423,12 +7423,15 @@ article .field--name-body {
.view-courses.view-display-id-page_2 .select-wrapper {
width: 100%; } }
.view-courses.view-display-id-page_2 .form-type-textfield {
margin-right: 10px; }
margin-right: 10px;
margin-bottom: 20px; }
.view-courses.view-display-id-page_2 .form-type-textfield input {
min-width: 250px; }
@media (max-width: 768px) {
.view-courses.view-display-id-page_2 .form-type-textfield {
width: 100%; } }
.view-courses.view-display-id-page_2 .form-type-select {
margin-bottom: 20px; }
.view-courses.view-display-id-page_2 .form-actions .form-submit {
float: right; }
.view-courses.view-display-id-page_2 .form-actions .btn-primary {
......@@ -7460,9 +7463,12 @@ article .field--name-body {
width: 100%;
border-radius: 0; }
.view-courses.view-display-id-page_3 .form-type-textfield {
margin-right: 10px; }
margin-right: 10px;
margin-bottom: 20px; }
.view-courses.view-display-id-page_3 .form-type-textfield input {
min-width: 250px; }
.view-courses.view-display-id-page_3 .form-type-select {
margin-bottom: 20px; }
.view-courses.view-display-id-page_3 .select-wrapper {
width: 100%; }
.view-courses.view-display-id-page_3 .select-wrapper select {
......@@ -7560,32 +7566,37 @@ article .field--name-body {
.view-events .select-wrapper {
width: 100%; } }
.view-events .form-type-textfield {
margin-right: 10px; }
margin-right: 10px;
margin-bottom: 20px; }
.view-events .form-type-textfield input {
min-width: 250px; }
@media (max-width: 768px) {
.view-events .form-type-textfield {
width: 100%; } }
.view-events .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-events .form-actions .form-submit {
float: right; }
.view-events .form-type-select {
margin-bottom: 20px; }
.view-events .form-actions {
margin-bottom: 20px; }
.view-events .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-events .form-actions .form-submit {
float: right; }
@media (max-width: 768px) {
.view-events .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-events .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-events .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-events .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-events .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-events .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-events .form-actions {
display: flex;
flex-direction: column-reverse; } }
.view-events .form-actions {
display: flex;
flex-direction: column-reverse; } }
.path-gallery .page-header {
margin: 44px 0 0;
......@@ -7626,32 +7637,37 @@ article .field--name-body {
.view-gallery-directory .select-wrapper {
width: 100%; } }
.view-gallery-directory .form-type-textfield {
margin-right: 10px; }
margin-right: 10px;
margin-bottom: 20px; }
.view-gallery-directory .form-type-textfield input {
min-width: 250px; }
@media (max-width: 768px) {
.view-gallery-directory .form-type-textfield {
width: 100%; } }
.view-gallery-directory .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-gallery-directory .form-actions .form-submit {
float: right; }
.view-gallery-directory .form-type-select {
margin-bottom: 20px; }
.view-gallery-directory .form-actions {
margin-bottom: 20px; }
.view-gallery-directory .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-gallery-directory .form-actions .form-submit {
float: right; }
@media (max-width: 768px) {
.view-gallery-directory .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-gallery-directory .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-gallery-directory .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-gallery-directory .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-gallery-directory .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-gallery-directory .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-gallery-directory .form-actions {
display: flex;
flex-direction: column-reverse; } }
.view-gallery-directory .form-actions {
display: flex;
flex-direction: column-reverse; } }
.path-news .page-header {
margin: 44px 0 0;
......@@ -7692,32 +7708,37 @@ article .field--name-body {
.view-news .select-wrapper {
width: 100%; } }
.view-news .form-type-textfield {
margin-right: 10px; }
margin-right: 10px;
margin-bottom: 20px; }
.view-news .form-type-textfield input {
min-width: 250px; }
@media (max-width: 768px) {
.view-news .form-type-textfield {
width: 100%; } }
.view-news .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-news .form-actions .form-submit {
float: right; }
.view-news .form-type-select {
margin-bottom: 20px; }
.view-news .form-actions {
margin-bottom: 20px; }
.view-news .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-news .form-actions .form-submit {
float: right; }
@media (max-width: 768px) {
.view-news .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-news .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-news .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-news .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-news .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-news .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-news .form-actions {
display: flex;
flex-direction: column-reverse; } }
.view-news .form-actions {
display: flex;
flex-direction: column-reverse; } }
.path-people .page-header {
margin: 44px 0 0;
......@@ -7756,12 +7777,15 @@ article .field--name-body {
.view-people-directory .select-wrapper {
width: 100%; } }
.view-people-directory .form-type-textfield {
margin-right: 10px; }
margin-right: 10px;
margin-bottom: 20px; }
.view-people-directory .form-type-textfield input {
min-width: 250px; }
@media (max-width: 768px) {
.view-people-directory .form-type-textfield {
width: 100%; } }
.view-people-directory .form-type-select {
margin-bottom: 20px; }
#views-exposed-form-people-directory-page-1 .form-item {
margin-right: 20px; }
......@@ -7803,26 +7827,28 @@ article .field--name-body {
@media (max-width: 768px) {
#views-exposed-form-people-directory-page-1 .form-item-combine {
width: 100%; } }
#views-exposed-form-people-directory-page-1 .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
#views-exposed-form-people-directory-page-1 .form-actions .form-submit {
float: right; }
#views-exposed-form-people-directory-page-1 .form-actions {
margin-bottom: 20px; }
#views-exposed-form-people-directory-page-1 .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
#views-exposed-form-people-directory-page-1 .form-actions .form-submit {
float: right; }
@media (max-width: 768px) {
#views-exposed-form-people-directory-page-1 .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
#views-exposed-form-people-directory-page-1 .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
#views-exposed-form-people-directory-page-1 .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
#views-exposed-form-people-directory-page-1 .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
#views-exposed-form-people-directory-page-1 .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
#views-exposed-form-people-directory-page-1 .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
#views-exposed-form-people-directory-page-1 .form-actions {
display: flex;
flex-direction: column-reverse; } }
#views-exposed-form-people-directory-page-1 .form-actions {
display: flex;
flex-direction: column-reverse; } }
.block-views-exposed-filter-blockpeople-directory-page-1 {
padding: 20px 0px; }
......@@ -7852,34 +7878,39 @@ article .field--name-body {
.view-research-project-directory .filter-linebreak {
display: none; } }
.view-research-project-directory .form-type-textfield {
margin-right: 10px; }
margin-right: 10px;
margin-bottom: 20px; }
.view-research-project-directory .form-type-textfield input {
min-width: 250px; }
.view-research-project-directory .form-type-select {
margin-bottom: 20px; }
.view-research-project-directory .select-wrapper select {
min-width: 250px; }
.view-research-project-directory .select-wrapper:after {
color: #555555;
font-size: 12px; }
.view-research-project-directory .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-research-project-directory .form-actions .form-submit {
float: right; }
.view-research-project-directory .form-actions {
margin-bottom: 20px; }
.view-research-project-directory .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-research-project-directory .form-actions .form-submit {
float: right; }
@media (max-width: 768px) {
.view-research-project-directory .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-research-project-directory .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-research-project-directory .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-research-project-directory .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-research-project-directory .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-research-project-directory .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-research-project-directory .form-actions {
display: flex;
flex-direction: column-reverse; } }
.view-research-project-directory .form-actions {
display: flex;
flex-direction: column-reverse; } }
.path-research-project-directory-mobile .page-header {
margin: 44px 0 0;
......@@ -7911,34 +7942,39 @@ article .field--name-body {
width: 100%;
border-radius: 0; }
.view-research-project-directory-mobile .form-type-textfield {
margin-right: 10px; }
margin-right: 10px;
margin-bottom: 20px; }
.view-research-project-directory-mobile .form-type-textfield input {
min-width: 250px; }
.view-research-project-directory-mobile .form-type-select {
margin-bottom: 20px; }
.view-research-project-directory-mobile .select-wrapper select {
min-width: 250px; }
.view-research-project-directory-mobile .select-wrapper:after {
color: #555555;
font-size: 12px; }
.view-research-project-directory-mobile .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-research-project-directory-mobile .form-actions .form-submit {
float: right; }
.view-research-project-directory-mobile .form-actions {
margin-bottom: 20px; }
.view-research-project-directory-mobile .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-research-project-directory-mobile .form-actions .form-submit {
float: right; }
@media (max-width: 768px) {
.view-research-project-directory-mobile .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-research-project-directory-mobile .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-research-project-directory-mobile .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-research-project-directory-mobile .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-research-project-directory-mobile .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-research-project-directory-mobile .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-research-project-directory-mobile .form-actions {
display: flex;
flex-direction: column-reverse; } }
.view-research-project-directory-mobile .form-actions {
display: flex;
flex-direction: column-reverse; } }
.view-research-project-directory-mobile .views-row .views-col {
background: #F9F9F9;
border: #DDD solid 1px;
......@@ -7990,32 +8026,37 @@ article .field--name-body {
.view-research-project-gallery .select-wrapper {
width: 100%; } }
.view-research-project-gallery .form-type-textfield {
margin-right: 10px; }
margin-right: 10px;
margin-bottom: 20px; }
.view-research-project-gallery .form-type-textfield input {
min-width: 250px; }
@media (max-width: 768px) {
.view-research-project-gallery .form-type-textfield {
width: 100%; } }
.view-research-project-gallery .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-research-project-gallery .form-actions .form-submit {
float: right; }
.view-research-project-gallery .form-type-select {
margin-bottom: 20px; }
.view-research-project-gallery .form-actions {
margin-bottom: 20px; }
.view-research-project-gallery .form-actions .button {
text-transform: uppercase;
border-radius: 0; }
.view-research-project-gallery .form-actions .form-submit {
float: right; }
@media (max-width: 768px) {
.view-research-project-gallery .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-research-project-gallery .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-research-project-gallery .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-research-project-gallery .form-actions .form-submit {
width: 100%;
margin: 10px 0;
float: none; } }
.view-research-project-gallery .form-actions .btn-primary {
background-color: #BA0C2F;
border-color: #BA0C2F; }
.view-research-project-gallery .form-actions .btn-primary:hover {
background-color: #212325;
border-color: #212325; }
@media (max-width: 768px) {
.view-research-project-gallery .form-actions {
display: flex;
flex-direction: column-reverse; } }
.view-research-project-gallery .form-actions {
display: flex;
flex-direction: column-reverse; } }
.views-field-field-gallery-description {
padding: 0 10px 40px; }
......@@ -9784,7 +9825,7 @@ article.page {
padding: 0; }
.view-display-id-block_1 .view-header .txt-re-news h2,
.view-display-id-block_2 .view-header .txt-re-news h2 {
color: #851E5E;
color: #BA0C2F;
font-size: 22px; }
.view-display-id-block_1 .view-header .txt-more-news-head,
.view-display-id-block_2 .view-header .txt-more-news-head {
......@@ -9793,7 +9834,7 @@ article.page {
.view-display-id-block_1 .view-header .txt-more-news-head h3, .view-display-id-block_1 .view-header .txt-more-news-head a,
.view-display-id-block_2 .view-header .txt-more-news-head h3,
.view-display-id-block_2 .view-header .txt-more-news-head a {
color: #851E5E;
color: #BA0C2F;
font-size: 22px; }
.view-display-id-block_1 .view-header .txt-more-news-head h3 svg, .view-display-id-block_1 .view-header .txt-more-news-head a svg,
.view-display-id-block_2 .view-header .txt-more-news-head h3 svg,
......@@ -9826,7 +9867,7 @@ article.page {
.view-display-id-block_1 .view-footer .txt-more-news-foot h3, .view-display-id-block_1 .view-footer .txt-more-news-foot a,
.view-display-id-block_2 .view-footer .txt-more-news-foot h3,
.view-display-id-block_2 .view-footer .txt-more-news-foot a {
color: #851E5E;
color: #BA0C2F;
font-size: 22px; }
.view-display-id-block_1 .view-footer .txt-more-news-foot h3 svg, .view-display-id-block_1 .view-footer .txt-more-news-foot a svg,
.view-display-id-block_2 .view-footer .txt-more-news-foot h3 svg,
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment