mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-01-30 19:24:10 +03:00
fix for #294
This commit is contained in:
parent
ec6619b7b7
commit
595a08ae66
1379
dist/css/material-wfont.css
vendored
1379
dist/css/material-wfont.css
vendored
File diff suppressed because it is too large
Load Diff
2
dist/css/material-wfont.css.map
vendored
2
dist/css/material-wfont.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material-wfont.min.css
vendored
2
dist/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material-wfont.min.css.map
vendored
2
dist/css/material-wfont.min.css.map
vendored
File diff suppressed because one or more lines are too long
1379
dist/css/material.css
vendored
1379
dist/css/material.css
vendored
File diff suppressed because it is too large
Load Diff
2
dist/css/material.css.map
vendored
2
dist/css/material.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material.min.css
vendored
2
dist/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material.min.css.map
vendored
2
dist/css/material.min.css.map
vendored
File diff suppressed because one or more lines are too long
|
@ -67,63 +67,6 @@
|
||||||
.variations-factory(~"grey");
|
.variations-factory(~"grey");
|
||||||
.variations-factory(~"blue-grey");
|
.variations-factory(~"blue-grey");
|
||||||
|
|
||||||
/*
|
|
||||||
// Material shades
|
|
||||||
&-material-red@{extra} {
|
|
||||||
@{property}: @red;
|
|
||||||
}
|
|
||||||
&-material-pink@{extra} {
|
|
||||||
@{property}: @pink;
|
|
||||||
}
|
|
||||||
&-material-purple@{extra} {
|
|
||||||
@{property}: @purple;
|
|
||||||
}
|
|
||||||
&-material-deeppurple@{extra} {
|
|
||||||
@{property}: @deeppurple;
|
|
||||||
}
|
|
||||||
&-material-indigo@{extra} {
|
|
||||||
@{property}: @indigo;
|
|
||||||
}
|
|
||||||
&-material-blue@{extra} {
|
|
||||||
@{property}: @blue;
|
|
||||||
}
|
|
||||||
&-material-lightblue@{extra} {
|
|
||||||
@{property}: @lightblue;
|
|
||||||
}
|
|
||||||
&-material-cyan@{extra} {
|
|
||||||
@{property}: @cyan;
|
|
||||||
}
|
|
||||||
&-material-teal@{extra} {
|
|
||||||
@{property}: @teal;
|
|
||||||
}
|
|
||||||
&-material-lightgreen@{extra} {
|
|
||||||
@{property}: @lightgreen;
|
|
||||||
}
|
|
||||||
&-material-lime@{extra} {
|
|
||||||
@{property}: @lime;
|
|
||||||
}
|
|
||||||
&-material-lightyellow@{extra} {
|
|
||||||
@{property}: @lightyellow;
|
|
||||||
}
|
|
||||||
&-material-orange@{extra} {
|
|
||||||
@{property}: @orange;
|
|
||||||
}
|
|
||||||
&-material-deeporange@{extra} {
|
|
||||||
@{property}: @deeporange;
|
|
||||||
}
|
|
||||||
&-material-grey@{extra} {
|
|
||||||
@{property}: @grey;
|
|
||||||
}
|
|
||||||
&-material-bluegrey@{extra} {
|
|
||||||
@{property}: @bluegrey;
|
|
||||||
}
|
|
||||||
&-material-brown@{extra} {
|
|
||||||
@{property}: @brown;
|
|
||||||
}
|
|
||||||
&-material-lightgrey@{extra} {
|
|
||||||
@{property}: @lightgrey;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-variations(@extra, @default) {
|
.background-variations(@extra, @default) {
|
||||||
|
@ -132,7 +75,11 @@
|
||||||
|
|
||||||
.set-background-and-font-color(@bg-color) {
|
.set-background-and-font-color(@bg-color) {
|
||||||
background-color: @bg-color;
|
background-color: @bg-color;
|
||||||
|
|
||||||
color: contrast(@bg-color, @lightbg-text, @darkbg-text, @contrast-factor);
|
color: contrast(@bg-color, @lightbg-text, @darkbg-text, @contrast-factor);
|
||||||
|
& when (@bg-color = @btn-default) {
|
||||||
|
color: @lightbg-text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// bootstrap styles
|
// bootstrap styles
|
||||||
|
|
Loading…
Reference in New Issue
Block a user