This is a migrated thread and some comments may be shown as answers.

RadLabel missing

1 Answer 68 Views
Theme Builder
This is a migrated thread and some comments may be shown as answers.
konrad
Top achievements
Rank 1
konrad asked on 11 Dec 2019, 08:30 PM

Skin is not applied to RadLabel, when i am using Sass Theme Builder for Bootstrap.

Even if I select all the controls, there is no css file in the downloaded archive that would contain the class name .RadLabel

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Dec 2019, 09:16 AM

Hi Dominik,

Thank you for your feature request.

While the Label has a pretty simple rendering and its appearance can be easily customized, it is a good idea to be added to the theme builder for completeness of the application.

Until than, you can easily style the component using the technique shown in this blog post:

and for example by overriding the following class:

    <style>
        label.RadLabel {
            padding-right: 15px;
            border: 1px solid red;
            color: blue;
        }
    </style>

Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Theme Builder
Asked by
konrad
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or