A set of short helper classes to change varouis css-properties
.invisible
.invisible-{breakpoints}
.invisible-touch
opacity: 0;
pointer-events: none;
.visible
.visible-{breakpoints}
.visible-touchopacity: 1;
pointer-events: all;
.hide-{breakpoints}
.hide-touchdisplay: none !important;
.show-{breakpoints}
.show-touchdisplay: block !important;
.display-block
display: block;
.display-none
display: none;
.display-inline
display: inline;
.inline-block
display: inline-block;
vertical-align: baseline;
.inline-block-top
display: inline-block;
vertical-align: top;
.inline-block-mddisplay: inline-block;
vertical-align: middle;
.inline-block-bottom
display: inline-block;
vertical-align: bottom;
.table
display: table;
.table-row
display: table-row;
.table-cell
display: table-cell;
.table-cell-top
display: table-cell;
vertical-align: top;
.table-cell-md
display: table-cell;
vertical-align: middle;
.table-cell-bottom
display: table-cell;
vertical-align: bottom;
.flex-rowdisplay: flex;
flex-direction: row;
.flex-row
.flex-row-mddisplay: flex;
flex-direction: row;
align-items: center;
.flex-row-md
.flex-row-bottomdisplay: flex;
flex-direction: row;
align-items: flex-end;
.flex-row-bottom
.flex-row-centerdisplay: flex;
flex-direction: row;
justify-content: center;
.flex-row-center
.flex-row-md-centerdisplay: flex;
flex-direction: row;
align-items: center;
justify-content: center;
.flex-row-md-center
.flex-coldisplay: flex;
flex-direction: column;
.flex-col
.flex-col-mddisplay: flex;
flex-direction: column;
justify-content: center;
.flex-col-md
.flex-col-bottomdisplay: flex;
flex-direction: column;
justify-content: flex-end;
.flex-col-bottom
.flex-col-centerdisplay: flex;
flex-direction: column;
align-items: center;
.flex-col-center
.flex-col-md-centerdisplay: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.flex-col-md-center
.flex-row
.bg-info
.bg-success
.bg-warning
.bg-alert
.bg-dark
.bg-mute
.bg-gray
.bg-light