]> BookStack Code Mirror - bookstack/commit
Started on a design update
authorDan Brown <redacted>
Tue, 16 Oct 2018 17:49:16 +0000 (18:49 +0100)
committerDan Brown <redacted>
Tue, 16 Oct 2018 17:49:56 +0000 (18:49 +0100)
commit89be30ff0ed8a8a59d1bebb7f4e6828f179a35f5
tree90dcf37652d263181be20e22b8d7c1b9fd0c6b70
parent85f330c79a14d0393af46d5ccb1105b822950d91
Started on a design update

- Added base of new grid system.
- Added new margin/padding/visiblity helpers.
- Made header collapse to overflow menu on mobile.
24 files changed:
app/Entities/Entity.php
app/Entities/Page.php
resources/assets/icons/bookshelf.svg
resources/assets/js/components/header-mobile-toggle.js [new file with mode: 0644]
resources/assets/js/components/index.js
resources/assets/sass/_blocks.scss
resources/assets/sass/_colors.scss [new file with mode: 0644]
resources/assets/sass/_grid.scss
resources/assets/sass/_header.scss
resources/assets/sass/_lists.scss
resources/assets/sass/_mixins.scss
resources/assets/sass/_pages.scss
resources/assets/sass/_text.scss
resources/assets/sass/_variables.scss
resources/assets/sass/styles.scss
resources/views/base.blade.php
resources/views/common/header.blade.php [new file with mode: 0644]
resources/views/common/home.blade.php
resources/views/pages/list-item.blade.php
resources/views/partials/_header-dropdown.blade.php [deleted file]
resources/views/partials/activity-item.blade.php
resources/views/partials/entity-list-item.blade.php [new file with mode: 0644]
resources/views/partials/entity-list.blade.php
resources/views/simple-layout.blade.php