modified: main_dc/BB/bbvue/src/App.vue
modified: main_dc/BB/bbvue/src/components/NavigationMenu.vue scale on hover r-link profile icon
This commit is contained in:
@@ -119,10 +119,16 @@ export default {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
transition: transform 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.r-link:hover {
|
||||||
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-icon {
|
.profile-icon {
|
||||||
color: rgb(30, 255, 0);
|
color: rgb(17, 17, 17);
|
||||||
|
filter: drop-shadow(2px 2px 3px rgb(255, 255, 255));
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-menu {
|
.h-menu {
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.burger-menu:hover {
|
.burger-menu:hover {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.burger-menu:active {
|
.burger-menu:active {
|
||||||
|
|||||||
Reference in New Issue
Block a user