mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
css: add rounded-corners mixin
This commit is contained in:
parent
2760c58162
commit
4c91d42853
@ -7,3 +7,13 @@
|
|||||||
-o-transform: @transform;
|
-o-transform: @transform;
|
||||||
transform: @transform;
|
transform: @transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rounded-corners(@border-radius: 0.4em) {
|
||||||
|
-webkit-border-radius: @border-radius;
|
||||||
|
-moz-border-radius: @border-radius;
|
||||||
|
border-radius: @border-radius;
|
||||||
|
|
||||||
|
-webkit-background-clip: padding-box;
|
||||||
|
-moz-background-clip: padding;
|
||||||
|
background-clip: padding-box;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user