diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-07-25 11:16:21 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-25 11:16:21 -0700 |
commit | 9ae185c18eb06e3ce7e2daea0c61e6f6478bdca9 (patch) | |
tree | ace22189e031f7f78639f743a872d86c3a65eda0 /assets/sass/_project_header.sass | |
parent | 2bf0f99b519aec5b2068a689a8051d88154e3850 (diff) |
Remove dependency on Sass
- Convert *.sass files to vanilla CSS
- Start using CSS variables
- Add PHP minifier
Diffstat (limited to 'assets/sass/_project_header.sass')
-rw-r--r-- | assets/sass/_project_header.sass | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/assets/sass/_project_header.sass b/assets/sass/_project_header.sass deleted file mode 100644 index 1dc5f3b2..00000000 --- a/assets/sass/_project_header.sass +++ /dev/null @@ -1,25 +0,0 @@ -@import variables -@import mixins - -.project-header - margin-bottom: 8px - - .dropdown-component - margin-top: 4px - margin-right: 5px - float: left - - @include sm-device - float: none - - .views-switcher-component - margin-top: 4px - float: left - - @include sm-device - float: none - margin-bottom: 10px - - .filter-box-component - form - margin: 0 |