Skip to content

Commit

Permalink
Removed position, top, and width styles.
Browse files Browse the repository at this point in the history
I noticed that top and relative effects other button icons that have middle alignment.
  • Loading branch information
R-Tomas-Gonzalez committed Nov 15, 2023
1 parent 3860f68 commit b46b218
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/components/c-card.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components/cortal.icon.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.cms.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.docs.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.portal.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/lib/_imports/components/c-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
/* Elements */
:--c-card > a:not(:--c-button) {
display: flex;
width: 100%;
}
:--c-card > :is(:--action) {
vertical-align: middle;
Expand Down
2 changes: 0 additions & 2 deletions src/lib/_imports/components/cortal.icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Styleguide Components.Cortal.Icon
p > :is(:--action):only-child > .icon:first-child {
margin-right: 10px;
font-size: 1.2em;
position: relative;
top: .2em;
}


Expand Down

0 comments on commit b46b218

Please # to comment.