mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
removed test files
This commit is contained in:
parent
7c582dd03f
commit
3ad877b128
|
@ -1,10 +0,0 @@
|
|||
/* Generated by less 1.7.5 */
|
||||
.btn-default {
|
||||
color: #000000;
|
||||
}
|
||||
.btn-primary {
|
||||
color: #4285f4;
|
||||
}
|
||||
.btn-success {
|
||||
color: #0f9d58;
|
||||
}
|
|
@ -1,39 +0,0 @@
|
|||
@import "variables.less";
|
||||
|
||||
.color(@default) {
|
||||
&-default {
|
||||
color: @default;
|
||||
}
|
||||
&-primary {
|
||||
color: @primary;
|
||||
}
|
||||
&-success {
|
||||
color: @success;
|
||||
}
|
||||
// etc
|
||||
}
|
||||
.btn {
|
||||
.color(black);
|
||||
}
|
||||
|
||||
.background(@default) {
|
||||
&-default {
|
||||
color: @default;
|
||||
}
|
||||
&-primary {
|
||||
color: @primary;
|
||||
}
|
||||
&-success {
|
||||
color: @success;
|
||||
}
|
||||
}
|
||||
|
||||
.variations(@extra, @property) {
|
||||
&-default@{extra} { &:extend(.@{property}-default); }
|
||||
&-primary@{extra} { &:extend(.@{property}-primary); }
|
||||
// etc
|
||||
}
|
||||
|
||||
.label {
|
||||
.variations(~"", btn);
|
||||
}
|
Loading…
Reference in New Issue
Block a user