Skip to content

Commit

Permalink
Merge pull request #219 from UX-Alkosto/develop
Browse files Browse the repository at this point in the history
corrección estilos acordeón y k-list
  • Loading branch information
miguelcolmenares committed Nov 17, 2021
2 parents 6d0fd5d + 90cddb7 commit 7c99736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions components/acordeon/css/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ h3 {
details {
width: 100%;
min-height: 5px;
padding: 25px 15px 25px 45px;
padding: 25px;
margin: 0 auto 20px auto;
position: relative;
font-size: var(--font-base, ${unsafeCSS(common.fontSize.p)});
Expand Down Expand Up @@ -162,7 +162,6 @@ details .linea {
font-size: 16px;
}
details {
padding: 15px 15px 15px 15px;
width: 90%;
}
Expand All @@ -182,7 +181,7 @@ details .linea {
}
:host([open]) .tit_pregunta {
margin-right: 22px;
margin-right: 24px;
}
}
Expand Down
7 changes: 3 additions & 4 deletions components/list/css/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ ul {
-webkit-column-count: 1;
column-count: 1;
font-family: var(--font-family, 'Arial');
font-size: var(--font-base, ${unsafeCSS(common.fontSize.base)});
line-height: 24px;
font-size: var(--font-base, ${unsafeCSS(common.fontSize.p)});
line-height: 1.572em;
list-style: none;
margin: 0;
padding: 0px 20px;
padding: 0;
}
@media only screen and (min-width: 768px) {
ul {
Expand Down
2 changes: 1 addition & 1 deletion dist/components.js

Large diffs are not rendered by default.

0 comments on commit 7c99736

Please sign in to comment.