Move into wp-content path
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
/* Divider
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
hr {
|
||||
@media screen and (min-width: 550px) {
|
||||
display:block;
|
||||
border:0px;
|
||||
height:56px;
|
||||
margin: 10px 0;
|
||||
color: $color-hr;
|
||||
background-image: url("./img/trenner-04-50.png");
|
||||
@if $color-hr == $color-main {
|
||||
background-image: url("./img/trenner-01-50.png");
|
||||
}
|
||||
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
.menu_separator & {
|
||||
background-image: url("./img/trenner-01-30.png");
|
||||
@if $color-hr == $color-main {
|
||||
background-image: url("./img/trenner-04-30.png");
|
||||
}
|
||||
height: 40px;
|
||||
|
||||
}
|
||||
|
||||
.site-content & {
|
||||
clear: both;
|
||||
}
|
||||
.devider_hideimage & {
|
||||
background-image: none;
|
||||
border: 1px;
|
||||
height: 1px;
|
||||
background: $color-hr;
|
||||
}
|
||||
|
||||
}
|
||||
#overlay-nav .menu_separator hr {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user