Bootstrap styling template #82
manuelsteiner
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
if anyone is interested in some Bootstrap styling, here is are work in progress blade and scss files. I have copied some classes from tailwind (especially transition ones) and had to add a few other custom bits and pieces but it looks quite ok. The colours can obviously be adjusted to match the original more closely.
Some of it is still a bit hackish and I might clean it up further but it works as is. One main difference is that I had to set the
d-none
andd-flex
classes conditionally on the outmost div container.Please note that this makes use of the extended Bootstrap colour palette and I use it with Bootstrap 4. I would assume it works on Bootstrap 5 as well though based on a quick glance.
spotlight.blade.php
splight.scss
Beta Was this translation helpful? Give feedback.
All reactions