Files
design-themes/theme_bistro/static/src/less/theme.less
T
2021-05-11 15:49:42 +02:00

49 lines
1.0 KiB
Plaintext

.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;
}