Commit Graph

14 Commits

Author SHA1 Message Date
Raphael Goetter 1671256272 checkbox fix 2018-05-26 11:53:48 +02:00
Raphael Goetter c59a02ff10 mise à jour des styles, et variables des checkbox, radio et switches 2018-05-25 11:54:13 +02:00
PhilippeVay d943099ca0 Typos un peu partout 2018-05-11 19:53:09 +02:00
Guillaume Seznec e9fa432c3a
Update _checkbox.scss
brunch plante à la compilation de feuilles de style basées sur knacss7

La cause est sans doute dûe à l'absence de guillemets entourant les svg inline des .radio et .checkbox :checked
Tous les autres bacgkround-image : url() ont bien les guillemets entourant leur valeur.


```
11:52:03 - error: Compiling of app/styles/app.styl failed. L2485:47 app/styles/_knacss-
      2481|   transition: background-color .15s;
      2482| }
      2483|
      2484| .radio:checked {
      2485|   background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);
   -------------------------------------------------------^
      2486|   background-size: 80% 80%;
      2487|   background-position: center;
      2488|   background-repeat: no-repeat;

   illegal unary "%", missing left-hand operand
```
2018-03-04 12:07:36 +01:00
Raphael Goetter 8f2d7c8eba margin fix on switches 2017-10-20 12:37:15 +02:00
Raphael Goetter d23ef90a0c refonte des variables, première couche 2017-10-17 17:06:15 +02:00
Raphael Goetter 1a05e71249 switches design 2017-10-16 17:32:26 +02:00
Raphael Goetter ad9d1c1890 checkbox border-radius 2017-10-16 15:50:42 +02:00
Raphael Goetter e13198513b pas de user-select: none 2017-09-28 17:06:38 +02:00
Raphael Goetter 4f702ecfa1 appearance and user-select cleaning 2017-09-27 16:00:07 +02:00
Raphael Goetter 82851601b7 vertical-align: text-bottom; 2017-09-26 14:24:12 +02:00
Raphael Goetter f45ea52562 renommage des variables de composants 2017-09-26 11:42:46 +02:00
Raphael Goetter 9ae188d731 checkbox and radio colors 2017-09-08 15:45:48 +02:00
Raphael Goetter 35c42d2b4b Underscore filename for components 2017-08-28 17:10:31 +02:00