Skip to content
Snippets Groups Projects
Unverified Commit 51f51738 authored by Michael Lee's avatar Michael Lee Committed by GitHub
Browse files

Merge pull request #493 from ASCWebServices/canini-3

style updates
parents 296cbf2d 069ead4c
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
.views-field-field-evt-date-range { .views-field-field-evt-date-range {
padding: 10px; padding: 10px;
background: #841F5D; background: $brand-red;
color: $white; color: $white;
text-transform: uppercase; text-transform: uppercase;
} }
......
...@@ -83,6 +83,7 @@ ...@@ -83,6 +83,7 @@
.form-type-textfield { .form-type-textfield {
margin-right: 10px; margin-right: 10px;
margin-bottom: 20px;
input { input {
min-width: 250px; min-width: 250px;
...@@ -93,6 +94,10 @@ ...@@ -93,6 +94,10 @@
} }
} }
.form-type-select {
margin-bottom: 20px;
}
.form-actions { .form-actions {
.form-submit { .form-submit {
...@@ -155,12 +160,17 @@ ...@@ -155,12 +160,17 @@
.form-type-textfield { .form-type-textfield {
margin-right: 10px; margin-right: 10px;
margin-bottom: 20px;
input { input {
min-width: 250px; min-width: 250px;
} }
} }
.form-type-select {
margin-bottom: 20px;
}
.select-wrapper { .select-wrapper {
width: 100%; width: 100%;
...@@ -340,6 +350,7 @@ ...@@ -340,6 +350,7 @@
.form-type-textfield { .form-type-textfield {
margin-right: 10px; margin-right: 10px;
margin-bottom: 20px;
input { input {
min-width: 250px; min-width: 250px;
...@@ -350,7 +361,12 @@ ...@@ -350,7 +361,12 @@
} }
} }
.form-type-select {
margin-bottom: 20px;
}
.form-actions { .form-actions {
margin-bottom: 20px;
.button { .button {
text-transform: uppercase; text-transform: uppercase;
...@@ -454,6 +470,7 @@ ...@@ -454,6 +470,7 @@
.form-type-textfield { .form-type-textfield {
margin-right: 10px; margin-right: 10px;
margin-bottom: 20px;
input { input {
min-width: 250px; min-width: 250px;
...@@ -464,7 +481,12 @@ ...@@ -464,7 +481,12 @@
} }
} }
.form-type-select {
margin-bottom: 20px;
}
.form-actions { .form-actions {
margin-bottom: 20px;
.button { .button {
text-transform: uppercase; text-transform: uppercase;
...@@ -567,6 +589,7 @@ ...@@ -567,6 +589,7 @@
.form-type-textfield { .form-type-textfield {
margin-right: 10px; margin-right: 10px;
margin-bottom: 20px;
input { input {
min-width: 250px; min-width: 250px;
...@@ -577,7 +600,12 @@ ...@@ -577,7 +600,12 @@
} }
} }
.form-type-select {
margin-bottom: 20px;
}
.form-actions { .form-actions {
margin-bottom: 20px;
.button { .button {
text-transform: uppercase; text-transform: uppercase;
...@@ -678,6 +706,7 @@ ...@@ -678,6 +706,7 @@
.form-type-textfield { .form-type-textfield {
margin-right: 10px; margin-right: 10px;
margin-bottom: 20px;
input { input {
min-width: 250px; min-width: 250px;
...@@ -688,6 +717,10 @@ ...@@ -688,6 +717,10 @@
} }
} }
.form-type-select {
margin-bottom: 20px;
}
} }
#views-exposed-form-people-directory-page-1 { #views-exposed-form-people-directory-page-1 {
...@@ -754,6 +787,7 @@ ...@@ -754,6 +787,7 @@
} }
.form-actions { .form-actions {
margin-bottom: 20px;
.button { .button {
text-transform: uppercase; text-transform: uppercase;
...@@ -839,12 +873,17 @@ ...@@ -839,12 +873,17 @@
.form-type-textfield { .form-type-textfield {
margin-right: 10px; margin-right: 10px;
margin-bottom: 20px;
input { input {
min-width: 250px; min-width: 250px;
} }
} }
.form-type-select {
margin-bottom: 20px;
}
.select-wrapper { .select-wrapper {
select { select {
...@@ -858,6 +897,7 @@ ...@@ -858,6 +897,7 @@
} }
.form-actions { .form-actions {
margin-bottom: 20px;
.button { .button {
text-transform: uppercase; text-transform: uppercase;
...@@ -947,12 +987,17 @@ ...@@ -947,12 +987,17 @@
.form-type-textfield { .form-type-textfield {
margin-right: 10px; margin-right: 10px;
margin-bottom: 20px;
input { input {
min-width: 250px; min-width: 250px;
} }
} }
.form-type-select {
margin-bottom: 20px;
}
.select-wrapper { .select-wrapper {
select { select {
...@@ -966,6 +1011,7 @@ ...@@ -966,6 +1011,7 @@
} }
.form-actions { .form-actions {
margin-bottom: 20px;
.button { .button {
text-transform: uppercase; text-transform: uppercase;
...@@ -1090,6 +1136,7 @@ ...@@ -1090,6 +1136,7 @@
.form-type-textfield { .form-type-textfield {
margin-right: 10px; margin-right: 10px;
margin-bottom: 20px;
input { input {
min-width: 250px; min-width: 250px;
...@@ -1100,7 +1147,12 @@ ...@@ -1100,7 +1147,12 @@
} }
} }
.form-type-select {
margin-bottom: 20px;
}
.form-actions { .form-actions {
margin-bottom: 20px;
.button { .button {
text-transform: uppercase; text-transform: uppercase;
......
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
padding: 0; padding: 0;
h2 { h2 {
color: $purple; color: $brand-red;
font-size: 22px; font-size: 22px;
} }
} }
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
padding: 0; padding: 0;
h3, a { h3, a {
color: $purple; color: $brand-red;
font-size: 22px; font-size: 22px;
svg { svg {
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
padding: 0; padding: 0;
h3, a { h3, a {
color: $purple; color: $brand-red;
font-size: 22px; font-size: 22px;
svg { svg {
......
...@@ -7278,7 +7278,7 @@ figcaption { ...@@ -7278,7 +7278,7 @@ figcaption {
margin-bottom: 20px; } } margin-bottom: 20px; } }
.view-events .news-row .views-field-field-evt-date-range { .view-events .news-row .views-field-field-evt-date-range {
padding: 10px; padding: 10px;
background: #841F5D; background: #BA0C2F;
color: #ffffff; color: #ffffff;
text-transform: uppercase; } text-transform: uppercase; }
.view-events .news-row .views-field-title { .view-events .news-row .views-field-title {
...@@ -7423,12 +7423,15 @@ article .field--name-body { ...@@ -7423,12 +7423,15 @@ article .field--name-body {
.view-courses.view-display-id-page_2 .select-wrapper { .view-courses.view-display-id-page_2 .select-wrapper {
width: 100%; } } width: 100%; } }
.view-courses.view-display-id-page_2 .form-type-textfield { .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 { .view-courses.view-display-id-page_2 .form-type-textfield input {
min-width: 250px; } min-width: 250px; }
@media (max-width: 768px) { @media (max-width: 768px) {
.view-courses.view-display-id-page_2 .form-type-textfield { .view-courses.view-display-id-page_2 .form-type-textfield {
width: 100%; } } 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 { .view-courses.view-display-id-page_2 .form-actions .form-submit {
float: right; } float: right; }
.view-courses.view-display-id-page_2 .form-actions .btn-primary { .view-courses.view-display-id-page_2 .form-actions .btn-primary {
...@@ -7460,9 +7463,12 @@ article .field--name-body { ...@@ -7460,9 +7463,12 @@ article .field--name-body {
width: 100%; width: 100%;
border-radius: 0; } border-radius: 0; }
.view-courses.view-display-id-page_3 .form-type-textfield { .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 { .view-courses.view-display-id-page_3 .form-type-textfield input {
min-width: 250px; } 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 { .view-courses.view-display-id-page_3 .select-wrapper {
width: 100%; } width: 100%; }
.view-courses.view-display-id-page_3 .select-wrapper select { .view-courses.view-display-id-page_3 .select-wrapper select {
...@@ -7560,32 +7566,37 @@ article .field--name-body { ...@@ -7560,32 +7566,37 @@ article .field--name-body {
.view-events .select-wrapper { .view-events .select-wrapper {
width: 100%; } } width: 100%; } }
.view-events .form-type-textfield { .view-events .form-type-textfield {
margin-right: 10px; } margin-right: 10px;
margin-bottom: 20px; }
.view-events .form-type-textfield input { .view-events .form-type-textfield input {
min-width: 250px; } min-width: 250px; }
@media (max-width: 768px) { @media (max-width: 768px) {
.view-events .form-type-textfield { .view-events .form-type-textfield {
width: 100%; } } width: 100%; } }
.view-events .form-actions .button { .view-events .form-type-select {
text-transform: uppercase; margin-bottom: 20px; }
border-radius: 0; } .view-events .form-actions {
.view-events .form-actions .form-submit { margin-bottom: 20px; }
float: right; } .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) { @media (max-width: 768px) {
.view-events .form-actions .form-submit { .view-events .form-actions {
width: 100%; display: flex;
margin: 10px 0; flex-direction: column-reverse; } }
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; } }
.path-gallery .page-header { .path-gallery .page-header {
margin: 44px 0 0; margin: 44px 0 0;
...@@ -7626,32 +7637,37 @@ article .field--name-body { ...@@ -7626,32 +7637,37 @@ article .field--name-body {
.view-gallery-directory .select-wrapper { .view-gallery-directory .select-wrapper {
width: 100%; } } width: 100%; } }
.view-gallery-directory .form-type-textfield { .view-gallery-directory .form-type-textfield {
margin-right: 10px; } margin-right: 10px;
margin-bottom: 20px; }
.view-gallery-directory .form-type-textfield input { .view-gallery-directory .form-type-textfield input {
min-width: 250px; } min-width: 250px; }
@media (max-width: 768px) { @media (max-width: 768px) {
.view-gallery-directory .form-type-textfield { .view-gallery-directory .form-type-textfield {
width: 100%; } } width: 100%; } }
.view-gallery-directory .form-actions .button { .view-gallery-directory .form-type-select {
text-transform: uppercase; margin-bottom: 20px; }
border-radius: 0; } .view-gallery-directory .form-actions {
.view-gallery-directory .form-actions .form-submit { margin-bottom: 20px; }
float: right; } .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) { @media (max-width: 768px) {
.view-gallery-directory .form-actions .form-submit { .view-gallery-directory .form-actions {
width: 100%; display: flex;
margin: 10px 0; flex-direction: column-reverse; } }
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; } }
.path-news .page-header { .path-news .page-header {
margin: 44px 0 0; margin: 44px 0 0;
...@@ -7692,32 +7708,37 @@ article .field--name-body { ...@@ -7692,32 +7708,37 @@ article .field--name-body {
.view-news .select-wrapper { .view-news .select-wrapper {
width: 100%; } } width: 100%; } }
.view-news .form-type-textfield { .view-news .form-type-textfield {
margin-right: 10px; } margin-right: 10px;
margin-bottom: 20px; }
.view-news .form-type-textfield input { .view-news .form-type-textfield input {
min-width: 250px; } min-width: 250px; }
@media (max-width: 768px) { @media (max-width: 768px) {
.view-news .form-type-textfield { .view-news .form-type-textfield {
width: 100%; } } width: 100%; } }
.view-news .form-actions .button { .view-news .form-type-select {
text-transform: uppercase; margin-bottom: 20px; }
border-radius: 0; } .view-news .form-actions {
.view-news .form-actions .form-submit { margin-bottom: 20px; }
float: right; } .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) { @media (max-width: 768px) {
.view-news .form-actions .form-submit { .view-news .form-actions {
width: 100%; display: flex;
margin: 10px 0; flex-direction: column-reverse; } }
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; } }
.path-people .page-header { .path-people .page-header {
margin: 44px 0 0; margin: 44px 0 0;
...@@ -7756,12 +7777,15 @@ article .field--name-body { ...@@ -7756,12 +7777,15 @@ article .field--name-body {
.view-people-directory .select-wrapper { .view-people-directory .select-wrapper {
width: 100%; } } width: 100%; } }
.view-people-directory .form-type-textfield { .view-people-directory .form-type-textfield {
margin-right: 10px; } margin-right: 10px;
margin-bottom: 20px; }
.view-people-directory .form-type-textfield input { .view-people-directory .form-type-textfield input {
min-width: 250px; } min-width: 250px; }
@media (max-width: 768px) { @media (max-width: 768px) {
.view-people-directory .form-type-textfield { .view-people-directory .form-type-textfield {
width: 100%; } } width: 100%; } }
.view-people-directory .form-type-select {
margin-bottom: 20px; }
#views-exposed-form-people-directory-page-1 .form-item { #views-exposed-form-people-directory-page-1 .form-item {
margin-right: 20px; } margin-right: 20px; }
...@@ -7803,26 +7827,28 @@ article .field--name-body { ...@@ -7803,26 +7827,28 @@ article .field--name-body {
@media (max-width: 768px) { @media (max-width: 768px) {
#views-exposed-form-people-directory-page-1 .form-item-combine { #views-exposed-form-people-directory-page-1 .form-item-combine {
width: 100%; } } width: 100%; } }
#views-exposed-form-people-directory-page-1 .form-actions .button { #views-exposed-form-people-directory-page-1 .form-actions {
text-transform: uppercase; margin-bottom: 20px; }
border-radius: 0; } #views-exposed-form-people-directory-page-1 .form-actions .button {
#views-exposed-form-people-directory-page-1 .form-actions .form-submit { text-transform: uppercase;
float: right; } 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) { @media (max-width: 768px) {
#views-exposed-form-people-directory-page-1 .form-actions .form-submit { #views-exposed-form-people-directory-page-1 .form-actions {
width: 100%; display: flex;
margin: 10px 0; flex-direction: column-reverse; } }
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; } }
.block-views-exposed-filter-blockpeople-directory-page-1 { .block-views-exposed-filter-blockpeople-directory-page-1 {
padding: 20px 0px; } padding: 20px 0px; }
...@@ -7852,34 +7878,39 @@ article .field--name-body { ...@@ -7852,34 +7878,39 @@ article .field--name-body {
.view-research-project-directory .filter-linebreak { .view-research-project-directory .filter-linebreak {
display: none; } } display: none; } }
.view-research-project-directory .form-type-textfield { .view-research-project-directory .form-type-textfield {
margin-right: 10px; } margin-right: 10px;
margin-bottom: 20px; }
.view-research-project-directory .form-type-textfield input { .view-research-project-directory .form-type-textfield input {
min-width: 250px; } min-width: 250px; }
.view-research-project-directory .form-type-select {
margin-bottom: 20px; }
.view-research-project-directory .select-wrapper select { .view-research-project-directory .select-wrapper select {
min-width: 250px; } min-width: 250px; }
.view-research-project-directory .select-wrapper:after { .view-research-project-directory .select-wrapper:after {
color: #555555; color: #555555;
font-size: 12px; } font-size: 12px; }
.view-research-project-directory .form-actions .button { .view-research-project-directory .form-actions {
text-transform: uppercase; margin-bottom: 20px; }
border-radius: 0; } .view-research-project-directory .form-actions .button {
.view-research-project-directory .form-actions .form-submit { text-transform: uppercase;
float: right; } 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) { @media (max-width: 768px) {
.view-research-project-directory .form-actions .form-submit { .view-research-project-directory .form-actions {
width: 100%; display: flex;
margin: 10px 0; flex-direction: column-reverse; } }
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; } }
.path-research-project-directory-mobile .page-header { .path-research-project-directory-mobile .page-header {
margin: 44px 0 0; margin: 44px 0 0;
...@@ -7911,34 +7942,39 @@ article .field--name-body { ...@@ -7911,34 +7942,39 @@ article .field--name-body {
width: 100%; width: 100%;
border-radius: 0; } border-radius: 0; }
.view-research-project-directory-mobile .form-type-textfield { .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 { .view-research-project-directory-mobile .form-type-textfield input {
min-width: 250px; } min-width: 250px; }
.view-research-project-directory-mobile .form-type-select {
margin-bottom: 20px; }
.view-research-project-directory-mobile .select-wrapper select { .view-research-project-directory-mobile .select-wrapper select {
min-width: 250px; } min-width: 250px; }
.view-research-project-directory-mobile .select-wrapper:after { .view-research-project-directory-mobile .select-wrapper:after {
color: #555555; color: #555555;
font-size: 12px; } font-size: 12px; }
.view-research-project-directory-mobile .form-actions .button { .view-research-project-directory-mobile .form-actions {
text-transform: uppercase; margin-bottom: 20px; }
border-radius: 0; } .view-research-project-directory-mobile .form-actions .button {
.view-research-project-directory-mobile .form-actions .form-submit { text-transform: uppercase;
float: right; } 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) { @media (max-width: 768px) {
.view-research-project-directory-mobile .form-actions .form-submit { .view-research-project-directory-mobile .form-actions {
width: 100%; display: flex;
margin: 10px 0; flex-direction: column-reverse; } }
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 .views-row .views-col { .view-research-project-directory-mobile .views-row .views-col {
background: #F9F9F9; background: #F9F9F9;
border: #DDD solid 1px; border: #DDD solid 1px;
...@@ -7990,32 +8026,37 @@ article .field--name-body { ...@@ -7990,32 +8026,37 @@ article .field--name-body {
.view-research-project-gallery .select-wrapper { .view-research-project-gallery .select-wrapper {
width: 100%; } } width: 100%; } }
.view-research-project-gallery .form-type-textfield { .view-research-project-gallery .form-type-textfield {
margin-right: 10px; } margin-right: 10px;
margin-bottom: 20px; }
.view-research-project-gallery .form-type-textfield input { .view-research-project-gallery .form-type-textfield input {
min-width: 250px; } min-width: 250px; }
@media (max-width: 768px) { @media (max-width: 768px) {
.view-research-project-gallery .form-type-textfield { .view-research-project-gallery .form-type-textfield {
width: 100%; } } width: 100%; } }
.view-research-project-gallery .form-actions .button { .view-research-project-gallery .form-type-select {
text-transform: uppercase; margin-bottom: 20px; }
border-radius: 0; } .view-research-project-gallery .form-actions {
.view-research-project-gallery .form-actions .form-submit { margin-bottom: 20px; }
float: right; } .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) { @media (max-width: 768px) {
.view-research-project-gallery .form-actions .form-submit { .view-research-project-gallery .form-actions {
width: 100%; display: flex;
margin: 10px 0; flex-direction: column-reverse; } }
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; } }
.views-field-field-gallery-description { .views-field-field-gallery-description {
padding: 0 10px 40px; } padding: 0 10px 40px; }
...@@ -9784,7 +9825,7 @@ article.page { ...@@ -9784,7 +9825,7 @@ article.page {
padding: 0; } padding: 0; }
.view-display-id-block_1 .view-header .txt-re-news h2, .view-display-id-block_1 .view-header .txt-re-news h2,
.view-display-id-block_2 .view-header .txt-re-news h2 { .view-display-id-block_2 .view-header .txt-re-news h2 {
color: #851E5E; color: #BA0C2F;
font-size: 22px; } font-size: 22px; }
.view-display-id-block_1 .view-header .txt-more-news-head, .view-display-id-block_1 .view-header .txt-more-news-head,
.view-display-id-block_2 .view-header .txt-more-news-head { .view-display-id-block_2 .view-header .txt-more-news-head {
...@@ -9793,7 +9834,7 @@ article.page { ...@@ -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_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 h3,
.view-display-id-block_2 .view-header .txt-more-news-head a { .view-display-id-block_2 .view-header .txt-more-news-head a {
color: #851E5E; color: #BA0C2F;
font-size: 22px; } 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_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, .view-display-id-block_2 .view-header .txt-more-news-head h3 svg,
...@@ -9826,7 +9867,7 @@ article.page { ...@@ -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_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 h3,
.view-display-id-block_2 .view-footer .txt-more-news-foot a { .view-display-id-block_2 .view-footer .txt-more-news-foot a {
color: #851E5E; color: #BA0C2F;
font-size: 22px; } 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_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, .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