قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-25 08:27:37 +00:00
18 خطوط
407 B
Plaintext
18 خطوط
407 B
Plaintext
@import "ImportedLess";
|
|
|
|
@base: #f938ab;
|
|
|
|
.box-shadow(@style, @c) when (iscolor(@c)) {
|
|
-webkit-box-shadow: @style @c;
|
|
-moz-box-shadow: @style @c;
|
|
box-shadow: @style @c;
|
|
}
|
|
.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) {
|
|
.box-shadow(@style, rgba(0, 0, 0, @alpha));
|
|
}
|
|
.box {
|
|
color: saturate(@base, 5%);
|
|
border-color: lighten(@base, 30%);
|
|
div { .box-shadow(0 0 5px, 30%) }
|
|
}
|