import from la bonne adresse and first refactoring for ouidade.com

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-19 11:25:19 +02:00
commit 344dae1543
2240 changed files with 288691 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

@@ -0,0 +1,55 @@
# Custom build of kendo-ui-core
Compiled by: Gert
Source: https://github.com/telerik/kendo-ui-core
## How to reproduce
1. Checkout source
2. `npm install`
3. Change `styles/web/common/core.less`
```
@import "mixins.less";
@import "base.less";
// @import "responsivepanel.less";
// @import "forms.less";
// @import "window.less";
// @import "tabstrip.less";
// @import "panelbar.less";
// @import "menu.less";
@import "calendar.less";
@import "inputs.less";
// @import "notification.less";
// @import "progressbar.less";
// @import "slider.less";
// @import "tooltip.less";
// @import "toolbar.less";
// @import "splitter.less";
// @import "ie7.less";
// @import "virtuallist.less";
// @import "../../common/transitions.less";
```
4. Change `styles/web/kendo.flat.less` color variables
```
@accent: lighten(#349886, 10%);
@base: #253A47;
@background: #fff;
@border-radius: 3px;
@normal-background: #fff;
@normal-text-color: #737C81;
@normal-gradient: none;
@hover-background: lighten(@accent, 5%);
@hover-text-color: #fff;
@hover-gradient: none;
@selected-background: darken(@accent, 5%);
@selected-text-color: #fff;
@selected-gradient: none;
``
5. `grunt styles`
6. Copy relevant files from `dist` folder
@@ -0,0 +1,3 @@
.k-content tr td:first-child { padding: 0; }
.k-content tr td:last-child { padding: 0; }
.k-content td { border: initial; }
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long