1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-26 08:11:17 +02:00

add pointer cursor to footer btn n links

This commit is contained in:
Kushagra Gour
2023-10-13 16:18:50 +05:30
parent b126a0dd22
commit f249d34f2f

View File

@@ -571,7 +571,9 @@ body:not(.light-version).overlay-visible .main-container {
overflow: hidden;
position: relative;
background: var(--color-bg);
transition: height 0.3s ease, width 0.3s ease;
transition:
height 0.3s ease,
width 0.3s ease;
will-change: height;
}
@@ -891,6 +893,10 @@ body > #demo-frame {
.footer button:hover svg {
fill: rgba(255, 255, 255, 0.6);
}
.footer a,
.footer button {
cursor: pointer;
}
.mode-btn svg {
width: 24px;