Skip to content

Commit

Permalink
Merge 8281b44 into ebee4c9
Browse files Browse the repository at this point in the history
  • Loading branch information
agnogueira committed Dec 4, 2018
2 parents ebee4c9 + 8281b44 commit 4e44cd2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
3 changes: 3 additions & 0 deletions webpack/app/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ p.nitfSubtitle {
border-top: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
}
#content div.documentByLine {
font-size: 0.75rem;
}
#viewlet-social-like.vertical {
float: left;
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion webpack/app/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ ul.submenu {

li {
margin-right: 20px;
font-size: 0.875rem;
font-size: 1.063rem;
font-weight: 500;
}
}
Expand Down
33 changes: 27 additions & 6 deletions webpack/app/scss/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
font-size: 1.5rem;
}
ul.submenu li {
font-size: 1.2rem;
font-size: 1.25rem;
}
}
ul.submenu {
Expand Down Expand Up @@ -101,8 +101,18 @@
padding: 20px;
box-sizing: border-box;
}
.template-view #content .tile-em-alta a {
white-space: normal;
.template-view #content .tile-em-alta {
a {
white-space: normal;
}
.tile-header h2 {
font-size: 0.875rem;
}
.tile-em-alta h2 a {
font-size: 0.8125rem !important;
line-height: 1rem;
height: auto !important;
}
}
/*tamanho dos titulos */
.tile h2 {
Expand All @@ -119,6 +129,10 @@
}
}

.tile a.outstanding-link {
font-size: 0.875rem;
}

.portaltype-collective-cover-content #content div.row.linha-destacada {
margin-top: -1px;
.box-branco .tile {
Expand Down Expand Up @@ -159,8 +173,11 @@
padding: 0;
}
h1.documentFirstHeading {
font-size: 2rem!important;
line-height: 2.375rem;
font-size: 1.75rem !important;
line-height: normal !important;
}
#content #description, #content .documentDescription {
font-size: 1rem;
}
#viewlet-below-content {
margin: 0;
Expand Down Expand Up @@ -205,7 +222,8 @@
background: #fff;
}
.template-centrais-de-conteudo form fieldset input[type=text] {
width: 80%;
width: 80% !important;
font-size: 1rem !important;
}
.template-centrais-de-conteudo form fieldset {
border: 1px solid #ccc!important;
Expand Down Expand Up @@ -264,4 +282,7 @@
width: 100% !important;
margin-left: -100% !important;
}
input, textarea {
font-size: 100%;
}
}

0 comments on commit 4e44cd2

Please sign in to comment.