mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
layout prototype
This commit is contained in:
@@ -59,6 +59,15 @@
|
||||
color: var(--md-sys-color-tertiary);
|
||||
}
|
||||
|
||||
a:hover:not(:active),
|
||||
button:hover:not(:active) {
|
||||
filter: brightness(70%);
|
||||
|
||||
&.active {
|
||||
filter: brightness(120%);
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
|
||||
@@ -2,4 +2,12 @@
|
||||
import LayoutCC1 from "$lib/components/LayoutCC1.svelte"
|
||||
</script>
|
||||
|
||||
<LayoutCC1 />
|
||||
<section>
|
||||
<LayoutCC1 />
|
||||
</section>
|
||||
|
||||
<style lang="scss">
|
||||
section {
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
background: var(--md-sys-color-secondary);
|
||||
}
|
||||
|
||||
&:hover:not(:disabled) {
|
||||
&:active:not(:disabled) {
|
||||
color: var(--md-sys-color-on-surface-variant);
|
||||
background: var(--md-sys-color-surface-variant);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user