migrate to new git
This commit is contained in:
49
web/ext/editor_templates/a05.edit_t013/style.css
Normal file
49
web/ext/editor_templates/a05.edit_t013/style.css
Normal file
@@ -0,0 +1,49 @@
|
||||
/* ----------------------------- essentials.css --------------------------- */
|
||||
|
||||
/*10132*/
|
||||
.editor section.edit_t018 .box-shadow-2 {
|
||||
position: relative;
|
||||
}
|
||||
.editor section.edit_t018 .box-shadow-2:before,
|
||||
.editor section.edit_t018 .box-shadow-2:after {
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
content: "";
|
||||
bottom: 15px;
|
||||
left: 10px;
|
||||
width: 50%;
|
||||
top: 80%;
|
||||
max-width:300px;
|
||||
background: #777;
|
||||
|
||||
-webkit-box-shadow: 0 15px 10px #777;
|
||||
-moz-box-shadow: 0 15px 10px #777;
|
||||
box-shadow: 0 15px 10px #777;
|
||||
|
||||
-webkit-transform: rotate(-3deg);
|
||||
-moz-transform: rotate(-3deg);
|
||||
-o-transform: rotate(-3deg);
|
||||
-ms-transform: rotate(-3deg);
|
||||
transform: rotate(-3deg);
|
||||
}
|
||||
.editor section.edit_t018 .box-shadow-2:after {
|
||||
right: 10px;
|
||||
left: auto;
|
||||
|
||||
-webkit-transform: rotate(3deg);
|
||||
-moz-transform: rotate(3deg);
|
||||
-o-transform: rotate(3deg);
|
||||
-ms-transform: rotate(3deg);
|
||||
transform: rotate(3deg);
|
||||
}
|
||||
|
||||
@media (max-width: 992px){
|
||||
|
||||
.editor section.edit_t018 .row div{
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user