Skip to content

Commit

Permalink
changes to styles on organizers
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Morales committed Dec 12, 2015
1 parent 129f164 commit c15d19f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
21 changes: 20 additions & 1 deletion themes/custom/d8_materialize/sass/components/custom/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ $custom-color: color("teal", "lighten-2");
html {
font-family: "Open Sans";
}

.page-title {
@extend .container;
}
.mdi-navigation-menu:before {

}
Expand Down Expand Up @@ -379,4 +381,21 @@ footer.page-footer {
text-align: center;
}
}
// Block view organizadores

#block-views-block-organizadores-block-1 {
h2 {
text-align: center;
font-weight: bold;
}
.view-content {
overflow: hidden;
padding: 2em 0;
.views-row {
width: 33%;
float: left;
text-align: center;
}
}
}

19 changes: 15 additions & 4 deletions themes/custom/d8_materialize/stylesheets/materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -4970,20 +4970,20 @@ nav ul a span.badge {
.mdi-toggle-star:before {
content: "\e8f5"; }

.container {
.container, .page-title {
margin: 0 auto;
max-width: 1280px;
width: 90%; }

@media only screen and (min-width : 601px) {
.container {
.container, .page-title {
width: 85%; } }

@media only screen and (min-width : 993px) {
.container {
.container, .page-title {
width: 70%; } }

.container .row {
.container .row, .page-title .row {
margin-left: -0.75rem;
margin-right: -0.75rem; }

Expand Down Expand Up @@ -10259,6 +10259,17 @@ footer.page-footer .menu--footer a {
width: 25%;
text-align: center; }

#block-views-block-organizadores-block-1 h2 {
text-align: center;
font-weight: bold; }
#block-views-block-organizadores-block-1 .view-content {
overflow: hidden;
padding: 2em 0; }
#block-views-block-organizadores-block-1 .view-content .views-row {
width: 33%;
float: left;
text-align: center; }

/* BEGIN Light */
@font-face {
font-family: 'Open Sans';
Expand Down

0 comments on commit c15d19f

Please sign in to comment.