You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We sometimes need to use vertical rules in web apps and navbars. It'd be helpful to have a .vr vertical rule class in Modus Bootstrap. Bootstrap v5 has one so I propose that we port that over. The CSS for it is very small:
I've used this on RouteReporter for some content in panels and the navbar to separate the Trimble logo and the app name. I'd like to use the same CSS/HTML on other webapps so I think it might make sense to add to Modus Bootstrap.
Prerequisites
Proposal
We sometimes need to use vertical rules in web apps and navbars. It'd be helpful to have a .vr vertical rule class in Modus Bootstrap. Bootstrap v5 has one so I propose that we port that over. The CSS for it is very small:
Motivation and context
I've used this on RouteReporter for some content in panels and the navbar to separate the Trimble logo and the app name. I'd like to use the same CSS/HTML on other webapps so I think it might make sense to add to Modus Bootstrap.
REF: https://github.com/twbs/bootstrap/blob/main/scss/helpers/_vr.scss
https://getbootstrap.com/docs/5.3/helpers/vertical-rule/
The text was updated successfully, but these errors were encountered: