Activities of "Anjali_Musmade"

Can you please try this code in your global-style.css file and check if it works or not.

Can you once check global-style.css file are avilable in AuthServerModule.cs file.

Once try with my example.

Hi,

Please check this document link https://docs.abp.io/en/commercial/latest/themes/lepton-x/blazor?UI=BlazorServer#main-header

Thank you.

Hello

this here can you override it please there is no override keyword here

Hi,

Yes you are right that solution is for angular application.

To customize style of AuthServer you can apply custom css in global-style.css under Authserver project.

for example: I have changed the primary color of button like

which results like -

Thanks,

Hello , you can add your customize code in styles.scss page on Angular side. in this above example we can change button color and background color. ex. .btn-primary { --bs-btn-bg: #b43434; } div.card-body{ background-color: yellow; }

output :

Thank you.

Hi

Have you added any controller with same path?

Hello,

could you please try to add below code in app.component.ts file of angular application

export class AppComponent {
  constructor(private authService: AuthService) {
    if (!this.authService.isAuthenticated) {
      this.authService.navigateToLogin();
    }
  }
}

Hi

You can override service and add allowanonymous attribute to the api that needs to be access anonymously

Answer

Hello,

I have checked for chat module at my end it seem like below

I think you should try to change the value of padding-y for .btn and then check the position of chat icon and then accordingly try to fix it with the help of css.

thanks,

Showing 431 to 440 of 1090 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 25, 2024, 05:13