.border-waves:before, .border-waves:after { content: ''; display: block; height: 10px; background: url('/theme_bistro/static/src/img/content/border-waves.svg'); background-repeat: repeat-x; } .border-waves:before { background-position: left -6px; } .border-waves:after { background-position: left 2px; } .border-triangles:before, .border-triangles:after { content: ''; display: block; height: 16px; background-repeat: repeat-x; background-size: 16px 16px !important; } .border-triangles:after { background: linear-gradient(-45deg, #ffffff 8px, rgba(0, 0, 0, 0) 0), linear-gradient(45deg, #ffffff 8px, rgba(0, 0, 0, 0) 0); } .border-triangles:before { background: linear-gradient(-135deg, #ffffff 8px, rgba(0, 0, 0, 0) 0), linear-gradient(135deg, #ffffff 8px, rgba(0, 0, 0, 0) 0); } .border-lines:before, .border-lines:after { content: ''; display: block; height: 1px; } .border-lines:before { box-shadow: 0 0 0 10px #fff, 0 21px 0 0 #fff; } .border-lines:after { box-shadow: 0 0 0 10px #fff, 0 -21px 0 0 #fff; }