This repository was archived by the owner on Apr 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +30
-15
lines changed Expand file tree Collapse file tree 4 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 1
- .invert {-webkit-filter : invert (100% ); filter : invert (100% );}
2
-
3
1
# lucid-add-button {
4
2
position : absolute;
5
3
right : 3% ;
6
- bottom : 3 % ;
4
+ bottom : 15 % ;
7
5
z-index : 6 ;
8
6
}
9
7
26
24
min-width : 210px ;
27
25
}
28
26
27
+ /* invert the colours */
28
+ .invert {
29
+ -webkit-filter : invert (100% );
30
+ filter : invert (100% );
31
+ }
32
+
29
33
.text-center {
30
34
text-align : center;
31
35
}
40
44
min-height : 800px ;
41
45
}
42
46
47
+ /*
48
+ make the element take the fulld
49
+ width of the parent.
50
+ */
43
51
.full-width {
44
52
width : 100% ;
45
53
}
Original file line number Diff line number Diff line change
1
+ <footer class =" mdl-mini-footer" >
2
+ <div class =" mdl-mini-footer__left-section" >
3
+ <ul class =" mdl-mini-footer__link-list" >
4
+ <li ><a href =" /lucid/dashboard/logs" ><i class =" material-icons" >bug_report</i ></a ></li >
5
+ </ul >
6
+ </div >
7
+
8
+ <div class =" mdl-mini-footer__right-section" >
9
+ <div class =" mdl-logo" ><img class =" invert" src =" /vendor/lucid/images/lucid-icon.png" width =30 ></div >
10
+ <ul class =" mdl-mini-footer__link-list" >
11
+ <li ><a href =" #" >About</a ></li >
12
+ <li ><a href =" #" >License</a ></li >
13
+ <li >© Vinelab 2016</li >
14
+ </ul >
15
+ </div >
16
+ </footer >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 35
35
<nav class =" mdl-navigation" >
36
36
<a href =" /lucid/dashboard/services" class =" mdl-navigation__link @if (isset ($active ) && $active == ' services' ) mdl-navigation__link--current @endif " >Services</a >
37
37
<a href =" /lucid/dashboard/domains" class =" mdl-navigation__link @if (isset ($active ) && $active == ' domains' ) mdl-navigation__link--current @endif " >Domains</a >
38
- <a href =" /lucid/dashboard/features" class =" mdl-navigation__link @if (isset ($active ) && $active == ' features' ) mdl-navigation__link--current @endif " >Features</a >
39
38
<!-- search field -->
40
39
<div id =" search-field" class =" mdl-textfield mdl-js-textfield mdl-textfield--expandable
41
40
mdl-textfield--floating-label mdl-textfield--align-right" >
56
55
<!-- Holds the progress indicators -->
57
56
<div id =" lucid-progress-container" ></div >
58
57
59
- @yield (' drawer' )
60
-
61
58
<main class =" mdl-layout__content" >
59
+ @yield (' drawer' )
62
60
@yield (' content' )
63
61
</main >
64
62
63
+ @include (' lucid::components.footer' )
64
+
65
65
</div >
66
66
67
67
@include (' lucid::components.toast' )
You can’t perform that action at this time.
0 commit comments