applied requested changes from review

This commit is contained in:
MilosPaunovic
2025-12-17 14:15:22 +01:00
parent 8d9253c74c
commit b771e2b093

View File

@@ -7,13 +7,15 @@
} }
.vsm--icon { .vsm--icon {
width: 20px !important;
margin-right: calc($spacer / 2);
transition: left 0.2s ease; transition: left 0.2s ease;
background-color: transparent !important; background-color: transparent !important;
padding-bottom: 15px; padding-bottom: 15px;
width: 20px !important;
margin-right: calc($spacer / 2);
svg { svg {
height: 20px !important;
width: 20px !important;
position: relative; position: relative;
margin-top: 13px; margin-top: 13px;
} }
@@ -39,7 +41,7 @@
.vsm--link { .vsm--link {
height: 30px; height: 30px;
padding: 0.3rem 0.5rem; padding: 0.25rem 0.5rem;
margin-bottom: 0.3rem; margin-bottom: 0.3rem;
border-radius: .25rem; border-radius: .25rem;
transition: padding 0.2s ease; transition: padding 0.2s ease;
@@ -139,8 +141,6 @@
} }
} }
a.vsm--link_active[href="#"] { a.vsm--link_active[href="#"] {
cursor: initial !important; cursor: initial !important;
} }