Create atomic design page template for master-detail views

This commit is contained in:
Konstantin Schaper
2023-09-06 10:00:00 +02:00
parent bf28b75941
commit fa536b9768
16 changed files with 622 additions and 378 deletions

View File

@@ -53,7 +53,13 @@
}
}
.is-overflow-wrap-anywhere {
overflow-wrap: anywhere;
}
.is-text-wrap-no-wrap {
text-wrap: nowrap;
}
.is-absolute {
position: absolute;