Skip to content

Commit

Permalink
#23 Ajustes de margins
Browse files Browse the repository at this point in the history
  • Loading branch information
dvespasiano committed Jun 18, 2021
1 parent 35332f3 commit ad90765
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
12 changes: 7 additions & 5 deletions sass/components/template-inventarios/_template-inventarios.scss
Expand Up @@ -10,12 +10,14 @@
@media screen and (min-width: $screen__lg) {
width: 485px;
border-right: 2px solid $color__vermelho1;
height: 100%;
height: fit-content;
max-height: 100%;
}
@media screen and (min-width: $screen__md) {
width: 410px;
border-right: 2px solid $color__vermelho1;
height: 100%;
height: fit-content;
max-height: 100%;
}
@media screen and (max-width: $screen__md) {
display: none;
Expand All @@ -40,10 +42,12 @@
@media screen and (min-width: $screen__lg) {
width: 330px;
margin-left: 110px;
margin-right: 110px;
}
@media screen and (min-width: $screen__md) {
width: 260px;
margin-left: 110px;
margin-right: 110px;
}
}
& .header-collapse > span {
Expand Down Expand Up @@ -153,9 +157,7 @@
}
& .metadata-type-ainacan_url_plugin_metadata_type iframe {
border: 1px solid $color__vermelho1 !important;
@media screen and (max-width: $screen__md) {
max-height: 250px;
}
max-height: 250px;
}
}

Expand Down
15 changes: 7 additions & 8 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 ad90765

Please sign in to comment.