$primary: #aa006b; .box-categorias { height: calc(100% - 100px) !important; } .active { background-color: white; border-bottom: 3px solid $primary !important; border-top: 3px solid $primary !important; border-left: 3px solid $primary !important; border-right: 3px solid $primary !important; } .border-bottom-effect { border: none; position: relative; &:hover { border: none; } &::after { content: ""; position: absolute; width: 0px; height: 3px; left: 50%; bottom: 0; background-color: $primary; transition: all ease-in-out 0.2s; } &:hover::after { width: 100%; left: 0; } } .card { border: none; } .line-height-sm { line-height: 1.2; } #content.media-pantalla,#boxCarrito.media-pantalla { max-height: 60% !important; } .cat-content.media-pantalla { margin: 0.5rem 0.7rem !important; height: 76% !important; } .cat-box.media-pantalla{ height: calc(100% - 85px) !important; } .cat-btn.media-pantalla { height: 7% !important; }