Skip to content

Commit

Permalink
Compile & minify
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Aug 10, 2024
1 parent 5ca35ee commit ae9e242
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 140 deletions.
68 changes: 0 additions & 68 deletions css/ehui-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -1331,40 +1331,6 @@ html.min .hero > .logo::before {
background-color: #f1f3f5;
}

/* third party styling requirements */
button.g,
.button.g {
font-family: "roboto";
background-color: #dfdfed;
color: #181820;
border-color: #dfdfed;
padding: 0.6rem 0.8rem;
border-width: 0.4rem;
}

button.g:hover,
.button.g:hover,
button.g:focus-visible,
.button.g:focus-visible {
color: #181820;
background-color: #CFCFE6;
}

button.g:focus-visible,
.button.g:focus-visible {
outline-color: #dfdfed;
}

button.g img {
height: 1.4rem;
width: 1.4rem;
}

button.guest,
.button.guest {
border-width: 0.4rem;
}

button.large,
.button.large {
padding: 0.6rem 1.2rem;
Expand Down Expand Up @@ -2852,40 +2818,6 @@ html.min .hero > .logo::before {
background-color: #181825;
}

/* third party styling requirements */
button.g,
.button.g {
font-family: "roboto";
background-color: #dfdfed;
color: #181820;
border-color: #dfdfed;
padding: 0.6rem 0.8rem;
border-width: 0.4rem;
}

button.g:hover,
.button.g:hover,
button.g:focus-visible,
.button.g:focus-visible {
color: #181820;
background-color: #CFCFE6;
}

button.g:focus-visible,
.button.g:focus-visible {
outline-color: #dfdfed;
}

button.g img {
height: 1.4rem;
width: 1.4rem;
}

button.guest,
.button.guest {
border-width: 0.4rem;
}

button.large,
.button.large {
padding: 0.6rem 1.2rem;
Expand Down
34 changes: 0 additions & 34 deletions css/ehui-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1331,40 +1331,6 @@ html.min .hero > .logo::before {
background-color: #181825;
}

/* third party styling requirements */
button.g,
.button.g {
font-family: "roboto";
background-color: #dfdfed;
color: #181820;
border-color: #dfdfed;
padding: 0.6rem 0.8rem;
border-width: 0.4rem;
}

button.g:hover,
.button.g:hover,
button.g:focus-visible,
.button.g:focus-visible {
color: #181820;
background-color: #CFCFE6;
}

button.g:focus-visible,
.button.g:focus-visible {
outline-color: #dfdfed;
}

button.g img {
height: 1.4rem;
width: 1.4rem;
}

button.guest,
.button.guest {
border-width: 0.4rem;
}

button.large,
.button.large {
padding: 0.6rem 1.2rem;
Expand Down
34 changes: 0 additions & 34 deletions css/ehui-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -1331,40 +1331,6 @@ html.min .hero > .logo::before {
background-color: #f1f3f5;
}

/* third party styling requirements */
button.g,
.button.g {
font-family: "roboto";
background-color: #dfdfed;
color: #181820;
border-color: #dfdfed;
padding: 0.6rem 0.8rem;
border-width: 0.4rem;
}

button.g:hover,
.button.g:hover,
button.g:focus-visible,
.button.g:focus-visible {
color: #181820;
background-color: #CFCFE6;
}

button.g:focus-visible,
.button.g:focus-visible {
outline-color: #dfdfed;
}

button.g img {
height: 1.4rem;
width: 1.4rem;
}

button.guest,
.button.guest {
border-width: 0.4rem;
}

button.large,
.button.large {
padding: 0.6rem 1.2rem;
Expand Down
4 changes: 2 additions & 2 deletions site/css/ehui-auto.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/css/ehui-dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/css/ehui-light.min.css

Large diffs are not rendered by default.

0 comments on commit ae9e242

Please sign in to comment.