feat: Change mouse over identifier
This commit is contained in:
parent
b739ddefda
commit
867e96ea0a
2 changed files with 16 additions and 16 deletions
|
|
@ -7,7 +7,6 @@ html {
|
|||
}
|
||||
|
||||
|
||||
|
||||
// Sections
|
||||
// -----------------------------------------------------------------------------
|
||||
// body
|
||||
|
|
@ -21,7 +20,6 @@ html {
|
|||
// footer
|
||||
|
||||
|
||||
|
||||
// Body
|
||||
// -----------------------------------------------------------------------------
|
||||
body {
|
||||
|
|
@ -41,7 +39,7 @@ body {
|
|||
}
|
||||
|
||||
&:hover {
|
||||
.mouse_over {
|
||||
#mouse-overlay {
|
||||
background-color: transparent !important;
|
||||
transition: background-color $duration_basic $timing_basic 0s !important;
|
||||
}
|
||||
|
|
@ -50,11 +48,13 @@ body {
|
|||
|
||||
// Article
|
||||
// -----------------------------------------------------------------------------
|
||||
article {}
|
||||
article {
|
||||
}
|
||||
|
||||
// Section
|
||||
// -----------------------------------------------------------------------------
|
||||
section {}
|
||||
section {
|
||||
}
|
||||
|
||||
.sec_main_center {
|
||||
width: $width_basic;
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.mouse_over {
|
||||
#mouse-overlay {
|
||||
@extend %viewport_fixed;
|
||||
z-index: $z_heaven;
|
||||
transition: background-color $duration_long $timing_basic $duration_long;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue