Skip to content

Commit

Permalink
#23 Ajustes diversos na barra lateral mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dvespasiano committed Jun 18, 2021
1 parent 879c304 commit 649ec86
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
13 changes: 11 additions & 2 deletions sass/components/template-inventarios/_template-inventarios.scss
Expand Up @@ -57,6 +57,9 @@
letter-spacing: 1px;
padding-left: 20px;
padding-bottom: 10px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
& .barra-lateral > :not(div:last-child) {
@media screen and (min-width: $screen__sm) {
Expand Down Expand Up @@ -87,6 +90,12 @@
width: 100%;
padding-bottom: 100px;
}
& .post-inventario .is-style-title-iphan-underscore {
@media screen and (max-width: $screen__md) {
margin-left: 40px;
margin-right: 40px;
}
}
& .post-inventario .is-style-title-iphan-underscore,
.post-inventario .content,
.post-inventario .metadata-mobile > :not(div:first-child) {
Expand Down Expand Up @@ -119,7 +128,7 @@
font-weight: 500;
}
& .plus-minus[aria-expanded="false"]::after {
@media screen and (max-width: $screen__sm) {
@media screen and (max-width: $screen__md) {
content: "+";
margin-top: 0%;
position: absolute;
Expand All @@ -131,7 +140,7 @@
}
}
& .plus-minus[aria-expanded="true"]::after {
@media screen and (max-width: $screen__sm) {
@media screen and (max-width: $screen__md) {
content: "-";
margin-top: 0%;
position: absolute;
Expand Down
14 changes: 12 additions & 2 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.css.map

Large diffs are not rendered by default.

0 comments on commit 649ec86

Please sign in to comment.