File tree 6 files changed +33
-0
lines changed
html-transparent-dark/src
6 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 36
36
{{ #block " app_content" }}
37
37
Here goes the content
38
38
{{ /block }}
39
+ <footer class =" content-footer" >
40
+ Light Blue 4.0 Ajax Version - Made by <a href =" https://flatlogic.com" rel =" nofollow noopener noreferrer" target =" _blank" >Flatlogic</a >
41
+ </footer >
39
42
</div >
40
43
<div class =" loader-wrap hiding hide" >
41
44
<i class =" fa fa-circle-o-notch fa-spin" ></i >
Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ $i: 1;
319
319
320
320
/* content except of header*/
321
321
.content {
322
+ position : relative ;
322
323
padding : 25px 2.5641% ;
323
324
@include transition (margin-top .35s ease , opacity .2s );
324
325
max-width : none ;
@@ -328,6 +329,13 @@ $i: 1;
328
329
& .hiding {
329
330
opacity : 0 ;
330
331
}
332
+
333
+ .content-footer {
334
+ position : absolute ;
335
+ bottom : -85px ;
336
+ color : $text-muted ;
337
+
338
+ }
331
339
}
332
340
333
341
Original file line number Diff line number Diff line change 36
36
{{ #block " app_content" }}
37
37
Here goes the content
38
38
{{ /block }}
39
+ <footer class =" content-footer" >
40
+ Light Blue 4.0 Ajax Version - Made by <a href =" https://flatlogic.com" rel =" nofollow noopener noreferrer" target =" _blank" >Flatlogic</a >
41
+ </footer >
39
42
</div >
40
43
<div class =" loader-wrap hiding hide" >
41
44
<i class =" fa fa-circle-o-notch fa-spin" ></i >
Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ $i: 1;
319
319
320
320
/* content except of header*/
321
321
.content {
322
+ position : relative ;
322
323
padding : 25px 2.5641% ;
323
324
@include transition (margin-top .35s ease , opacity .2s );
324
325
max-width : none ;
@@ -328,6 +329,13 @@ $i: 1;
328
329
& .hiding {
329
330
opacity : 0 ;
330
331
}
332
+
333
+ .content-footer {
334
+ position : absolute ;
335
+ bottom : -85px ;
336
+ color : $text-muted ;
337
+
338
+ }
331
339
}
332
340
333
341
Original file line number Diff line number Diff line change 36
36
{{ #block " app_content" }}
37
37
Here goes the content
38
38
{{ /block }}
39
+ <footer class =" content-footer" >
40
+ Light Blue 4.0 Ajax Version - Made by <a href =" https://flatlogic.com" rel =" nofollow noopener noreferrer" target =" _blank" >Flatlogic</a >
41
+ </footer >
39
42
</div >
40
43
<div class =" loader-wrap hiding hide" >
41
44
<i class =" fa fa-circle-o-notch fa-spin" ></i >
Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ $i: 1;
319
319
320
320
/* content except of header*/
321
321
.content {
322
+ position : relative ;
322
323
padding : 25px 2.5641% ;
323
324
@include transition (margin-top .35s ease , opacity .2s );
324
325
max-width : none ;
@@ -328,6 +329,13 @@ $i: 1;
328
329
& .hiding {
329
330
opacity : 0 ;
330
331
}
332
+
333
+ .content-footer {
334
+ position : absolute ;
335
+ bottom : -85px ;
336
+ color : $text-muted ;
337
+
338
+ }
331
339
}
332
340
333
341
You can’t perform that action at this time.
0 commit comments