Skip to content

Commit

Permalink
chore(create-vite): update logo and header styles (#8502)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 8, 2022
1 parent d72b3dd commit 1f1ca5e
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create-vite/template-lit-ts/src/my-element.ts
Expand Up @@ -58,6 +58,7 @@ export class MyElement extends LitElement {
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand All @@ -73,6 +74,7 @@ export class MyElement extends LitElement {
h1 {
font-size: 3.2em;
line-height: 1.1;
}
a {
Expand Down
2 changes: 2 additions & 0 deletions packages/create-vite/template-lit/src/my-element.js
Expand Up @@ -65,6 +65,7 @@ export class MyElement extends LitElement {
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand All @@ -89,6 +90,7 @@ export class MyElement extends LitElement {
h1 {
font-size: 3.2em;
line-height: 1.1;
}
button {
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-preact-ts/src/index.css
Expand Up @@ -34,6 +34,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

button {
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-preact/src/index.css
Expand Up @@ -34,6 +34,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

button {
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-react-ts/src/App.css
Expand Up @@ -8,6 +8,7 @@
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-react-ts/src/index.css
Expand Up @@ -34,6 +34,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

button {
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-react/src/App.css
Expand Up @@ -8,6 +8,7 @@
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-react/src/index.css
Expand Up @@ -34,6 +34,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

button {
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-svelte-ts/src/App.svelte
Expand Up @@ -32,6 +32,7 @@
img {
height: 6em;
padding: 1.5em;
will-change: filter;
}
img:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-svelte-ts/src/app.css
Expand Up @@ -34,6 +34,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

.card {
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-svelte/src/App.svelte
Expand Up @@ -32,6 +32,7 @@
img {
height: 6em;
padding: 1.5em;
will-change: filter;
}
img:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-svelte/src/app.css
Expand Up @@ -34,6 +34,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

.card {
Expand Down
2 changes: 2 additions & 0 deletions packages/create-vite/template-vanilla-ts/src/style.css
Expand Up @@ -34,6 +34,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

#app {
Expand All @@ -46,6 +47,7 @@ h1 {
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand Down
2 changes: 2 additions & 0 deletions packages/create-vite/template-vanilla/style.css
Expand Up @@ -34,6 +34,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

#app {
Expand All @@ -46,6 +47,7 @@ h1 {
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-vue-ts/src/App.vue
Expand Up @@ -20,6 +20,7 @@ import HelloWorld from './components/HelloWorld.vue'
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-vue-ts/src/style.css
Expand Up @@ -34,6 +34,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

button {
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-vue/src/App.vue
Expand Up @@ -20,6 +20,7 @@ import HelloWorld from './components/HelloWorld.vue'
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-vue/src/style.css
Expand Up @@ -43,6 +43,7 @@ body {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

button {
Expand Down

0 comments on commit 1f1ca5e

Please sign in to comment.