@landscape: ~"only screen and (orientation: landscape)";
@portrait: ~"only screen and (orientation: portrait)";
@smartphones: ~"only screen and (max-width: 900px), only screen and (pointer: coarse)";
@ui-orange: #ffd350;

@import "./loadingScreen.less";
@import "./splashScreen.less";
@import "./settingsPages.less";

.gameUI {

  .info {
    .sprite {
      @media @smartphones {
        background: transparent;
      }
    }
  }
}
