Added basic theme
This commit is contained in:
parent
a085ca6867
commit
8b9afa66ce
42 changed files with 5633 additions and 0 deletions
13
themes/custom/source/css/_partial/footer.less
Normal file
13
themes/custom/source/css/_partial/footer.less
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
.footer {
|
||||
width:100%;
|
||||
height:80rem/@baseFontSize;
|
||||
background-color: @colorBar;
|
||||
font-size: 20rem/@baseFontSize;
|
||||
position:fixed;
|
||||
bottom:0;
|
||||
left:0;
|
||||
text-align:center;
|
||||
line-height:80rem/@baseFontSize;
|
||||
border-top:2px solid #fff;
|
||||
}*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue