mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 10:04:04 +03:00
explanation added
This commit is contained in:
parent
e5c656d694
commit
9b605fee49
|
@ -18,6 +18,17 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To use this mixin u should pass a function as final parameter to define
|
||||||
|
* the style. In that definition u can use the following variables to define it.
|
||||||
|
*
|
||||||
|
* @material-color-name ---> "red", "green", "indigo" ...
|
||||||
|
* @material-color-full-name ---> "red", "green-50", "indigo-400" ...
|
||||||
|
* @material-color ---> #f44336, #e8f5e9, #5c6bc0 ...
|
||||||
|
* @text-color ---> rgba(255,255,255,0.84), rgba(0,0,0,0.84), rgba(255,255,255,0.84) ...
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
.generic-variations(@extra, @default, @func) {
|
.generic-variations(@extra, @default, @func) {
|
||||||
|
|
||||||
@contrast-factor: 40%;
|
@contrast-factor: 40%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user