File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
KendoUIBootstrapIntegration Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,6 @@ header {
158
158
color : # fff ;
159
159
}
160
160
161
- # configure .k-i-menu {
162
- font-size : 18px !important ;
163
- }
164
-
165
161
# demo {
166
162
padding-top : 46px ;
167
163
}
Original file line number Diff line number Diff line change 18
18
<header >
19
19
<div class =" container-sm" >
20
20
<div class =" row" >
21
-
22
21
<h1 class =" col-md-4 header-description" >Telerik UI for ASP.NET MVC<sup >® ; </sup > &hearts ; Bootstrap</h1 >
23
-
24
- <button id =" configure" class =" d-md-none" >
25
- <span class =" k-icon k-i-menu" ></span >
26
- </button >
27
-
22
+ @( Html .Kendo ().Button ()
23
+ .Name (" configure" )
24
+ .Icon (" menu" )
25
+ .Size (ComponentSize .Large )
26
+ .HtmlAttributes (new { @class = " d-md-none" })
27
+ )
28
28
<div id =" configurator-wrap" class =" col-md-8 d-none d-md-block" >
29
29
<div id =" configurator" class =" row" >
30
30
<label class =" col-md-4 col-sm-12 col-xs-12" >
119
119
</header >
120
120
@RenderBody()
121
121
<script >
122
-
123
122
$ (document ).ready (function () {
124
-
125
123
changeFontSize ();
126
124
127
125
$ (" #theme-list, #swatch-list, #font-size-list" ).addClass (" ra-list" );
You can’t perform that action at this time.
0 commit comments