Skip to content

Commit

Permalink
Set default doc look'n'feel to water.css (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: m4dz <[email protected]>
  • Loading branch information
m4dz and m4dz authored Dec 29, 2021
1 parent 00e9a33 commit 4c58f38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions button/src/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ button {
background-color: transparent;
color: var(--vue-color-primary);
}
&:hover {
background-color: var(--vue-color-primary);
color: var(--vue-color-text-on-primary);
}
}
</style>
9 changes: 4 additions & 5 deletions md-layout/src/md-layout.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
@import 'https://cdn.jsdelivr.net/npm/water.css@2/out/water.css';

body {
margin: 0;
padding: var(--spacing-medium);
background-color: var(--color-gray-100);
font: var(--font-size-medium) var(--font-sans);
}

.box {
width: 6rem;
height: 6rem;
width: 4rem;
height: 4rem;
background-color: var(--color-white);
box-shadow: var(--shadow-large);
border-radius: var(--border-radius-medium);
Expand Down

0 comments on commit 4c58f38

Please sign in to comment.