File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
spring-boot-admin-server-ui/src/main/frontend Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div
33 id =" subnavigation"
4- class =" sticky shadow-sm top-14 w-full bg-white py-1 px-2 md:px-6 backdrop-filter backdrop-blur bg-opacity-40 z-20"
4+ class =" sticky shadow-sm top-14 w-full bg-white py-1 px-2 md:px-6 backdrop-filter backdrop-blur bg-opacity-40 z-20 drop-shadow-lg "
55 >
66 <slot />
77 </div >
Original file line number Diff line number Diff line change 1515 -->
1616
1717<template >
18+ <sba-wave />
1819 <div class =" container prose prose-slate mx-auto pt-10" >
1920 <h1
2021 class =" mb-1"
117118
118119<script >
119120import SbaButton from ' @/components/sba-button.vue' ;
121+ import SbaWave from " ../../components/sba-wave" ;
120122
121123export default {
122- components: {SbaButton},
124+ components: {SbaWave, SbaButton},
123125 data : () => ({
124126 // eslint-disable-next-line no-undef
125127 version: __PROJECT_VERSION__
Original file line number Diff line number Diff line change 2525 :instance =" instance"
2626 :application =" application"
2727 />
28- <main class =" h-full relative z-0 ml-10 md:ml-60 transition-all" >
28+ <main class =" min- h-full relative z-0 ml-10 md:ml-60 transition-all" >
2929 <div class =" " >
3030 <router-view
3131 v-if =" instance"
Original file line number Diff line number Diff line change @@ -195,14 +195,14 @@ export default {
195195
196196<style scoped>
197197.instance-info-block {
198- @apply bg-sba- 50 text-sba- 900 flex items-center text-sm py- 4 px- 6 text-left overflow-hidden text-ellipsis rounded transition duration- 300 ease-in-out cursor-pointer ;
198+ @apply bg-sba- 50 bg-opacity- 40 text-sba- 900 flex items-center text-sm py- 4 px- 6 text-left overflow-hidden text-ellipsis rounded transition duration- 300 ease-in-out cursor-pointer ;
199199}
200200.navbar-link {
201- @apply cursor-pointer duration- 300 ease-in-out flex items-center overflow-hidden py- 4 rounded text-sm transition whitespace-nowrap ;
201+ @apply cursor-pointer bg-sba- 50 bg-opacity- 40 duration- 300 ease-in-out flex items-center overflow-hidden py- 4 rounded text-sm transition whitespace-nowrap ;
202202 @apply text-gray- 700;
203203}
204204.navbar-link :hover , .navbar-link__active {
205- @apply bg-sba- 50 text-sba- 900;
205+ @apply bg-sba- 50 bg-opacity- 80 text-sba- 900;
206206}
207207
208208.navbar-link__group_item {
You can’t perform that action at this time.
0 commit comments