File tree Expand file tree Collapse file tree
kolibri_explore_plugin/assets/src/components
packages/ek-components/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 <b-navbar-nav >
2929 <b-button
3030 v-if =" showStoreButtons"
31+ class =" align-self-center"
32+ variant =" endless-orange"
3133 size =" sm"
3234 pill
3335 @click =" toBottom"
Original file line number Diff line number Diff line change 33 pill
44 :size =" size"
55 :block =" block"
6- : variant =" `${kind}-${variant}` "
6+ variant =" gray-primary "
77 :disabled =" buttonDisabled"
88 class =" pb-1 pl-1 pt-1 text-nowrap"
99 @click.stop.prevent =" $emit('click')"
@@ -50,10 +50,6 @@ export default {
5050 type: String ,
5151 default: ' ' ,
5252 },
53- variant: {
54- type: String ,
55- default: ' primary' ,
56- },
5753 size: {
5854 type: String ,
5955 default: ' sm' ,
Original file line number Diff line number Diff line change @@ -34,13 +34,8 @@ $modal-backdrop-opacity: 0.8;
3434$app-body-overflow : scroll ;
3535
3636$theme-colors : (
37- " bundle" : $gray-400 ,
38- " audio" : $gray-400 ,
39- " document" : $gray-400 ,
40- " exercise" : $gray-400 ,
41- " html5" : $gray-400 ,
42- " zim" : $gray-400 ,
43- " video" : $gray-400 ,
37+ " gray" : $gray-400 ,
38+ " endless-orange" : $endless-orange ,
4439);
4540
4641$card-border-width : 0 ;
You can’t perform that action at this time.
0 commit comments