mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
20 lines
336 B
Plaintext
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%;
|
|
}
|
|
}
|