1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Change add-ons to use new UI framework

This commit is contained in:
Harvey Kandola 2018-12-20 18:12:17 +00:00
parent e140caff55
commit 89957c8278
20 changed files with 301 additions and 258 deletions

View file

@ -25,6 +25,10 @@ $display-break-5: 1800px;
justify-self: self-start;
}
.grid-cell-width-100 {
width: 100%;
}
// X-axis alignment
.grid-cell-left {
justify-self: self-end;