Skip to content
Snippets Groups Projects
Commit dc9259f8 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3366991: Fix Varbase's welcome message carousel indicator style...

Issue #3366991: Fix Varbase's welcome message carousel indicator style following Bootstrap ~5.3.0 upgrade
parent d0f67b6c
Branches
Tags
1 merge request!47Add new command to clean up composer.json
......@@ -27,12 +27,15 @@
}
#varbase-full-featured-carousel .carousel-indicators {
bottom: -1.875rem;
list-style: none;
}
#varbase-full-featured-carousel .carousel-inner {
margin-bottom: 1.875rem;
}
#varbase-full-featured-carousel .carousel-indicators li {
background-color: #ccc;
height: 0.4rem;
width: 4rem;
}
#varbase-full-featured-carousel .carousel-control.right {
background-image: none;
......
......@@ -85,7 +85,7 @@
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.9.1",
"sass": "^1.44.0",
"bootstrap": "~5",
"bootstrap": "~5.3.0",
"@popperjs/core": "~2"
},
"browserslist": [
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment