Skip to content

Commit

Permalink
Reset styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvallenet committed Jun 2, 2022
1 parent 5202906 commit 0610a7d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion www/assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ button:focus, button:hover,
html {
min-height: 100%;
line-height: 1.5;
font-family: "Webfont Sans", "Helvetica Neue", Arial, sans-serif;
font-family: "Webfont Sans", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
color: #000000;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -644,6 +644,19 @@ a:focus, a:hover {
width: 100%;
}

.o-icon {
display: inline-block;
vertical-align: middle;
}

.o-icon svg {
--icon-height: calc(var(--icon-width) * (1 / (var(--icon-ratio))));
display: block;
width: var(--icon-width);
height: var(--icon-height);
fill: currentColor;
}

.o-layout {
margin: 0;
padding: 0;
Expand Down
Loading

0 comments on commit 0610a7d

Please sign in to comment.