Login Image not Deploying

0
Hi I have an app with security set to no allow anonymous users. I have added an custom image using the following code: // Show only on wide screens @media screen and (min-width: $screen-lg) {   // Image and clipping mask   .loginpage-image {     background-repeat: no-repeat;     background-color: purple;     background: left / cover no-repeat url("../../../img/login.jpg");     position: relative;     height: 100%;     top: 0%;   } } The code works perfectly locally, however it does not deploy.  
asked
0 answers