HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/admin.javaapp.co.uk/public/sass-dark/base/_utilities.scss
// // Define common padding, margin and border radius sizes and more.




//	==========================
//		Direction Properties
//	==========================

$dir-top: top;
$dir-bottom: bottom;
$dir-right: right;
$dir-left: left;

//	==========================
//		Borders Properties
//	==========================


// // Border styles

$b-dot: dotted;
$b-dashed: dashed;
$b-solid: solid;
$b-double: double;

// Border width

$b-width0: 0;
$b-width1: 1px;
$b-width2: 2px;
$b-width3: 3px;
$b-width4: 4px;
$b-width5: 5px;
$b-width6: 6px;

// Border Radius

$br-0: 0;
$br-4: 4px;
$br-6: 6px;
$br-10: 10px;
$br-30: 30px;
$br-50: 50px;



//	============================
//		Position Properties
//	============================

$pos-abs: absolute;
$pos-static: static;
$pos-fix: fixed;
$pos-inherit: inherit;
$pos-initial: initial;
$pos-rel: relative;
$pos-unset: unset;