make event slug bigger

This commit is contained in:
j3d1 2019-12-01 22:00:06 +01:00
parent 4c695ae120
commit 8dca55f6d1
5 changed files with 464 additions and 25 deletions

View file

@ -1,7 +1,7 @@
<template>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<div class="dropdown">
<button class="btn text-light dropdown-toggle" type="button" id="dropdownMenuButton"
<button class="btn text-light dropdown-toggle btn-heading" type="button" id="dropdownMenuButton"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ activeEvent }}
</button>
@ -60,7 +60,7 @@ export default {
],
buttons: [
{ title: 'Add', icon: 'plus', color: 'success' },
{ title: 'Refresh', icon: 'sync-alt', color: 'primary' },
//{ title: 'Refresh', icon: 'sync-alt', color: 'primary' },
]
}),
computed: {
@ -72,3 +72,7 @@ export default {
}
};
</script>
<style lang="scss">
@import "../scss/navbar.scss";
</style>