First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
28
_static/assets/LESS/LESS_BS3/smarty/layout-contact.less
Normal file
28
_static/assets/LESS/LESS_BS3/smarty/layout-contact.less
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/** Contact
|
||||
**************************************************************** **/
|
||||
.contact-over-map {
|
||||
position:absolute;
|
||||
z-index:1;
|
||||
top:0; right:0;
|
||||
bottom:0; left:0;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.contact-over-box {
|
||||
position:relative;
|
||||
z-index:5;
|
||||
background-color:#fff;
|
||||
width:100%;
|
||||
max-width:380px;
|
||||
min-height:300px;
|
||||
padding:20px;
|
||||
box-shadow:#888 0 0 16px;
|
||||
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
section.dark .contact-over-box {
|
||||
background-color:#212121;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue