| 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/harmoniegolfpark.com/assets/sass/ |
Upload File : |
// GENERIC SHARED
// ==========================================================================
// Based from
// https://github.com/inuitcss/generic.shared/blob/master/_generic.shared.scss
// Where `margin-bottom` is concerned,this value will be the same as the
// base line-height. This allows us to keep a consistent vertical rhythm.
// As per: csswizardry.com/2012/06/single-direction-margin-declarations
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
%margin-bottom {
@include margin();
}
// Where `margin-left` is concerned we want to try and indent certain elements
// by a consistent amount. Define that amount once,here.
ul, ol, dd,
%margin-left {
@include margin( left );
}