// Copyright (c) 2016-2019 VMware, Inc. All Rights Reserved.
// This software is released under MIT license.
// The full license information can be found in LICENSE in the root directory of this project.

.clr-align-baseline {
  vertical-align: baseline !important;
}

.clr-align-top {
  vertical-align: top !important;
}

.clr-align-middle {
  vertical-align: middle !important;
}

.clr-align-bottom {
  vertical-align: bottom !important;
}

.clr-align-text-bottom {
  vertical-align: text-bottom !important;
}

.clr-align-text-top {
  vertical-align: text-top !important;
}
