Skip to content

Commit

Permalink
Merge b034a69 into 639740b
Browse files Browse the repository at this point in the history
  • Loading branch information
agnogueira committed Jul 3, 2018
2 parents 639740b + b034a69 commit 1ef215b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions webpack/app/scss/_agenda.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,37 @@ body.contraste #content {
background-position: 0 -15px;
}
}

/* ==========================================================================
Responsivo Agenda
========================================================================== */
@media (max-width: 767px) {
.portaltype-agenda #content,
.portaltype-agendadiaria #content {
.search-compromisso,
.portalMessage,
.collectionevents-title-wrapper,
.list-compromissos {
margin: 0 20px 2rem 20px;
}
.documentFirstHeading {
width: 80%;
margin: 0 auto .5em auto;
}
.compromisso-local {
border: none;
}
.item-compromisso-wrapper {
width: auto;
padding: 1rem;
}
.compromisso-horarios {
margin-right: 1rem;
padding-right: 1rem;
}
}
.daypicker li:first-child,
.daypicker li:last-child {
display: none !important;
}
}

0 comments on commit 1ef215b

Please sign in to comment.