make the calendar banner less striking
This commit is contained in:
parent
56dbe532d4
commit
5cf8450ce9
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<section v-if="config.calendar && config.calendar.enabled && events !== undefined" class="alert alert-info">
|
||||
<section v-if="config.calendar && config.calendar.enabled && events !== undefined" class="alert alert-light border">
|
||||
<div class="d-flex flex-column-reverse flex-md-row justify-content-between">
|
||||
<p class="h3">
|
||||
<Icon v="calendar-star"/>
|
||||
|
|
Reference in New Issue