| Server IP : 14.225.204.176 / Your IP : 216.73.216.169 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/zinisoft.net/gem/sass/ |
Upload File : |
/* ===================================
Scrollbar
====================================== */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
width: 12px;
background: white;
border-left: 0 solid white;
border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
background: #000;
width: 0;
height: 25%;
transition: .5s ease;
cursor: pointer;
}
/* ===================================
General
====================================== */
body {
color: $clr-text;
font-size: $font-size-base;
line-height: 1.333333;
@include fontBase();
font-weight: 400;
background-color: $clr-black;
overflow-x: hidden;
}
* {
&:focus {
outline: none;
}
}
img {
max-width: 100%;
height: auto;
width: auto;
}
a {
color: $clr-link;
text-decoration: none;
&:hover,
&:focus {
color: $clr-link-hover;
}
}
body, html {
margin: 0;
width: 100%;
height: 100vh;
}
.container-fluid {
padding-left: 1.56rem;
padding-right: 1.56rem;
position: relative;
}