Files
textual/docs/examples/styles/hatch.tcss
Will McGugan b38b170d99 hatch docs
2024-06-05 15:11:14 +01:00

20 lines
336 B
Plaintext

.hatch {
height: 1fr;
border: solid $secondary;
&.cross {
hatch: cross $success;
}
&.horizontal {
hatch: horizontal $success 80%;
}
&.custom {
hatch: "T" $success 60%;
}
&.left {
hatch: left $success 40%;
}
&.right {
hatch: right $success 20%;
}
}