﻿/*Insert utility classes and other css that is to be used by all tenants. Over time this will replace base.css that is included in custom css */
.qr-min-sm {
  min-width: 100px;
  min-height: 100px;
}

.qr-min-md {
  min-width: 150px;
  min-height: 150px;
}

.qr-min-lg {
  min-width: 200px;
  min-height: 200px;
}

.qr-min-xl {
  min-width: 246px;
  min-height: 246px;
}
