⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
grafana
/
public
/
sass
/
utils
/
View File Name :
_spacings.scss
@use 'sass:map'; // Margin and Padding .m-x-auto { margin-right: auto !important; margin-left: auto !important; } @each $prop, $abbrev in (margin: m, padding: p) { @each $size, $lengths in $spacers { $length-x: map.get($lengths, x); $length-y: map.get($lengths, y); .#{$abbrev}-a-#{$size} { #{$prop}: $length-y $length-x !important; } // a = All sides .#{$abbrev}-t-#{$size} { #{$prop}-top: $length-y !important; } .#{$abbrev}-r-#{$size} { #{$prop}-right: $length-x !important; } .#{$abbrev}-b-#{$size} { #{$prop}-bottom: $length-y !important; } .#{$abbrev}-l-#{$size} { #{$prop}-left: $length-x !important; } // Axes .#{$abbrev}-x-#{$size} { #{$prop}-right: $length-x !important; #{$prop}-left: $length-x !important; } .#{$abbrev}-y-#{$size} { #{$prop}-top: $length-y !important; #{$prop}-bottom: $length-y !important; } } } // Positioning .pos-f-t { position: fixed; top: 0; right: 0; left: 0; z-index: $zindex-navbar-fixed; }