File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2 class="h5 mb-3">Hi, Jane</h2>
4848 < span class ="sidebar-text "> Kanban</ span >
4949 </ span >
5050 < span >
51- < span class ="badge badge-md bg-secondary ms-1 text-gray-800 "> Pro</ span >
51+ < span class ="badge badge-sm bg-secondary ms-1 text-gray-800 "> Pro</ span >
5252 </ span >
5353 </ a >
5454 </ li >
@@ -77,7 +77,7 @@ <h2 class="h5 mb-3">Hi, Jane</h2>
7777 < span class ="sidebar-text "> Calendar</ span >
7878 </ span >
7979 < span >
80- < span class ="badge badge-md bg-secondary ms-1 text-gray-800 "> Pro</ span >
80+ < span class ="badge badge-sm bg-secondary ms-1 text-gray-800 "> Pro</ span >
8181 </ span >
8282 </ a >
8383 </ li >
@@ -90,7 +90,7 @@ <h2 class="h5 mb-3">Hi, Jane</h2>
9090 < span class ="sidebar-text "> Map</ span >
9191 </ span >
9292 < span >
93- < span class ="badge badge-md bg-secondary ms-1 text-gray-800 "> Pro</ span >
93+ < span class ="badge badge-sm bg-secondary ms-1 text-gray-800 "> Pro</ span >
9494 </ span >
9595 </ a >
9696 </ li >
@@ -232,7 +232,7 @@ <h2 class="h5 mb-3">Hi, Jane</h2>
232232 < span class ="sidebar-icon ">
233233 < svg class ="icon icon-xs me-2 " fill ="currentColor " viewBox ="0 0 20 20 " xmlns ="http://www.w3.org/2000/svg "> < path fill-rule ="evenodd " d ="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z " clip-rule ="evenodd "> </ path > </ svg >
234234 </ span >
235- < span class ="sidebar-text "> Documentation < span class ="badge badge-md bg-secondary ms-1 text-gray-800 "> v1.4</ span > </ span >
235+ < span class ="sidebar-text "> Documentation < span class ="badge badge-sm bg-secondary ms-1 text-gray-800 "> v1.4</ span > </ span >
236236 </ a >
237237 </ li >
238238 < li class ="nav-item ">
Original file line number Diff line number Diff line change 3636}
3737
3838// Sizes
39- .badge-md {
40- padding : .25 rem .4 rem ;
39+ .badge-sm {
40+ padding : .2 rem .6 rem ;
4141}
4242
4343.badge-lg {
44- padding : .35rem .85rem ;
45- }
46-
47- .badge-xl {
4844 font-size : $font-size-lg ;
4945 padding : .35rem .85rem ;
5046}
You can’t perform that action at this time.
0 commit comments