forked from geolba/tethys.frontend
- prepare project for using tailwind with postcss configuration files
- change linl to backend login - change copyright hint with actual year
This commit is contained in:
parent
59a83c1978
commit
315eabf3bb
15 changed files with 701 additions and 11822 deletions
|
@ -55,7 +55,7 @@
|
|||
<div class="navbar-end">
|
||||
<div class="navbar-item">
|
||||
<div class="buttons">
|
||||
<a v-bind:href="portal" class="button is-primary custom-button">
|
||||
<a v-bind:href="portal" target="_blank" class="button is-primary custom-button">
|
||||
<i class="fas fa-sign-in-alt"></i>
|
||||
<!-- <fa :icon="['fas', 'phone']" class="fas fa-sign-in-alt" /> -->
|
||||
<!-- </span> -->
|
||||
|
@ -139,7 +139,7 @@
|
|||
</footer>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="copyright-notice">Copyright 2022 TETHYS RDR</div>
|
||||
<div class="copyright-notice">© {{ currentYear }} TETHYS RDR</div>
|
||||
</div>
|
||||
|
||||
<!-- <vs-input
|
||||
|
@ -238,7 +238,7 @@ footer .card-title {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
.list-group-flush > .list-group-item {
|
||||
border-width: 0 0 1px;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.list-group-item:first-child {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue