@import "../../variables";

.mdl-tabs__tab {
  &.disabled {
    cursor: not-allowed;
    color: $tab-disabled-color;
  }
}
