sedona-blocks
Advanced tools
Comparing version 3.6.1 to 3.7.0
{ | ||
"name": "sedona-blocks", | ||
"version": "3.6.1", | ||
"version": "3.7.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -24,2 +24,3 @@ # Блоки | ||
* heading | ||
* notice | ||
* pricing | ||
@@ -33,3 +34,2 @@ * testimonials | ||
* card | ||
* carousel | ||
@@ -45,2 +45,3 @@ * collapse | ||
* [card](https://github.com/constlab/sedona-blocks/tree/master/card) | ||
* form | ||
@@ -69,2 +70,3 @@ * [social](https://github.com/constlab/sedona-blocks/tree/master/social) | ||
'node_modules/sedona-blocks/slider/slider.less', | ||
'node_modules/sedona-blocks/card/card.less', | ||
'node_modules/sedona-blocks/social/social.less', | ||
@@ -71,0 +73,0 @@ 'node_modules/sedona-blocks/table/table.less', |
@@ -10,2 +10,12 @@ # Сцена | ||
## Настройка | ||
```less | ||
@scene-lighten-color: @dark-primary; | ||
@scene-lighten-background: @light-primary; | ||
@scene-darken-color: @light-primary; | ||
@scene-darken-background: @dark-primary; | ||
``` | ||
## Разметка | ||
@@ -23,2 +33,4 @@ | ||
* `scene--lighten` — делает сцену в светлых тонах | ||
* `scene--darken` — делает сцену в темных тонах | ||
* `scene--fill` — добавляет отступ сверху |
@@ -19,2 +19,4 @@ # Таблица | ||
@table-head-color: @base-secondary; | ||
@table-tr-hover-background-color: @table-divider; | ||
``` | ||
@@ -21,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
108496
35
93