// Set default customise component variables here,
// Override it in theme variables files


.x-toolbar-info {
  @extend .py-5,
          .px-3,
          .mb-4,
          .d-flex,
          .bg-light-secondary;
}