Updated background again

This commit is contained in:
Dan
2019-11-18 17:12:39 +00:00
parent 4a28c28838
commit c68873bbf0
3 changed files with 5 additions and 3 deletions

View File

@@ -68,19 +68,21 @@
.panel_side {
width: 100%;
height: 100%;
background-image: url( "bg_side.png" );
background-repeat: no-repeat;
z-index: 5;
box-shadow: inset 0px 20px 20px -15px rgba( 0, 0, 0, 0.4 );
}
.panel_left {
clip-path: polygon( 0 30%, 80% 0, 100% 0, 100% 100%, 80% 100%, 0 70% );
transform: translateX( 1px );
background-image: url( "bg_left.png" );
background-repeat: no-repeat;
}
.panel_right {
clip-path: polygon( 0 0, 20% 0, 100% 30%, 100% 70%, 20% 100%, 0 100% );
transform: translateX( -1px );
background-image: url( "bg_right.png" );
background-repeat: no-repeat;
}
.arrow {
@@ -98,7 +100,7 @@
.active {
color: rgb( 242, 70, 24 );
text-shadow: 0 0 6px rgba( 235, 62, 15, 0.65 );
text-shadow: 0 0 6px rgba( 235, 62, 15, 0.5 );
}
.active_arrow {
background-color: rgb( 242, 70, 24 );