HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/themes/jupiterx/lib/assets/less/bootstrap/mixins/border-radius.less
// Single side border-radius

#border-radius(@radius: @border-radius) when (@enable-rounded) {
	border-radius: @radius;
}

#border-top-radius(@radius) when (@enable-rounded) {
	border-top-left-radius: @radius;
	border-top-right-radius: @radius;
}

#border-right-radius(@radius) when (@enable-rounded) {
	border-top-right-radius: @radius;
	border-bottom-right-radius: @radius;
}

#border-bottom-radius(@radius) when (@enable-rounded) {
	border-bottom-right-radius: @radius;
	border-bottom-left-radius: @radius;
}

#border-left-radius(@radius) when (@enable-rounded) {
	border-top-left-radius: @radius;
	border-bottom-left-radius: @radius;
}