mirror of https://github.com/ColorlibHQ/AdminLTE
parent
248cb48bbd
commit
b1f6042969
|
@ -80,7 +80,7 @@
|
||||||
border-radius: @radius;
|
border-radius: @radius;
|
||||||
}
|
}
|
||||||
//Different radius each side
|
//Different radius each side
|
||||||
.border-radius(@top-left; @top-right, @bottom-left, @bottom-right) {
|
.border-radius(@top-left; @top-right; @bottom-left; @bottom-right) {
|
||||||
-webkit-border-top-left-radius: @top-left;
|
-webkit-border-top-left-radius: @top-left;
|
||||||
-webkit-border-top-right-radius: @top-right;
|
-webkit-border-top-right-radius: @top-right;
|
||||||
-webkit-border-bottom-right-radius: @bottom-right;
|
-webkit-border-bottom-right-radius: @bottom-right;
|
||||||
|
|
Loading…
Reference in New Issue