Added basic theme
This commit is contained in:
parent
a085ca6867
commit
8b9afa66ce
42 changed files with 5633 additions and 0 deletions
15
themes/custom/source/css/_partial/toolbar.less
Normal file
15
themes/custom/source/css/_partial/toolbar.less
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.toolbar {
|
||||
padding:5rem/@baseFontSize 15rem/@baseFontSize;
|
||||
background-color:rgba(255,255,255,.2) ;
|
||||
color:@colorFont;
|
||||
cursor:pointer;
|
||||
position:absolute;
|
||||
top:100px;
|
||||
right:0;
|
||||
border-radius:10rem/@baseFontSize;
|
||||
}
|
||||
@media screen and (max-width:750px) {
|
||||
.toolbar {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue