Edit global style and component structure
This commit is contained in:
parent
88bac001d8
commit
53e513a55b
15 changed files with 816 additions and 215 deletions
|
@ -37,7 +37,7 @@
|
|||
<style lang="scss" scoped>
|
||||
|
||||
// --------------------------------------------------
|
||||
// LAYOUT & STYLE
|
||||
// STYLE
|
||||
// --------------------------------------------------
|
||||
|
||||
.contact-header {
|
||||
|
@ -67,7 +67,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
transition:
|
||||
fill 200ms ease-in-out,
|
||||
filter 200ms ease-in-out,
|
||||
transform 200ms ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,7 @@
|
|||
&:active {
|
||||
|
||||
svg {
|
||||
fill: var(--accent-color-light);
|
||||
filter: brightness(1.1);
|
||||
transform: scale(1.1) rotate(22.5deg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue