File tree 1 file changed +22
-18
lines changed
1 file changed +22
-18
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div
3
- id =" app"
4
- class =" is-clipped"
5
- >
2
+ <div id =" app" class =" is-clipped" >
6
3
<tab-menu />
7
4
<section class =" main-section section is-fullheight" >
8
5
<router-view />
9
6
</section >
10
- <footer class =" footer has-background-primary" >
11
- <div class =" content has-text-centered" >
12
- <img
13
- id =" footer-logo"
14
- src =" @/assets/artwork/logo.png"
15
- width =" 75px"
16
- >
7
+ <footer class =" footer has-background-white-ter" >
8
+ <div class =" level is-mobile" >
9
+ <div class =" level-left" >
10
+ <div class =" level-item" >
11
+ <img id =" footer-logo" src =" @/assets/artwork/logo.png" width =" 50px" />
12
+ </div >
13
+ </div >
14
+ <div class =" level-right" >
15
+ <div class =" level-item" >
16
+ <session-health />
17
+ </div >
18
+ </div >
17
19
</div >
18
20
</footer >
19
21
</div >
20
22
</template >
21
23
<script >
22
24
import TabMenu from " ../components/TabMenu" ;
25
+ import SessionHealth from " ../components/SessionHealth" ;
23
26
export default {
24
27
components: {
25
28
TabMenu,
26
- }
29
+ SessionHealth,
30
+ },
27
31
};
28
32
</script >
29
33
<style lang="scss" scoped>
@@ -36,17 +40,17 @@ export default {
36
40
}
37
41
38
42
.main-section {
39
- flex : 1 1 auto ;
40
- overflow-y : auto ;
41
- height : 0px ;
43
+ flex : 1 1 auto ;
44
+ overflow-y : auto ;
45
+ height : 0px ;
42
46
}
43
47
44
48
footer {
45
- padding : 0.5rem 1.5 rem 0.5rem ;
49
+ padding : 0.5rem 1 rem 0.5rem ;
46
50
}
47
51
48
52
#footer-logo {
49
- filter : saturate (0% ) contrast (0% ) brightness (200% );
50
- opacity : 0.5 ;
53
+ // filter: saturate(0%) contrast(0%) brightness(200%);
54
+ // opacity: 0.5;
51
55
}
52
56
</style >
You can’t perform that action at this time.
0 commit comments