Skip to content

Commit

Permalink
Merge pull request #218 from UX-Alkosto/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcolmenares committed Nov 16, 2021
2 parents 91ba9d0 + 294ddfd commit 6d0fd5d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 26 deletions.
5 changes: 3 additions & 2 deletions components/acordeon/css/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const styles= css`
h3 {
color: var(--primary-color2, #004691) !important;
font-size: 18px;
line-height: 22px;
margin: 0;
}
Expand Down Expand Up @@ -158,7 +159,7 @@ details .linea {
@media only screen and (max-width: 414px) {
h3 {
font-size: 14px;
font-size: 16px;
}
details {
padding: 15px 15px 15px 15px;
Expand All @@ -181,7 +182,7 @@ details .linea {
}
:host([open]) .tit_pregunta {
margin-bottom: 10px !important;
margin-right: 22px;
}
}
Expand Down
4 changes: 2 additions & 2 deletions dist/components.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6d0fd5d

Please sign in to comment.