HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/honger7.komma.pro/resources/assets/sass/global/_base.sass
/* ==========================================================================
   Basic style settings
   ========================================================================== */

*
  box-sizing: border-box

/*
 * Set up the body
 *
 * 1. This is the base for al rem units
 */

html
  font-size: $baseFontSize /* 1 */
  line-height: 1.6

/**
 * Default display for images is block to lose the extra margin below the image
 */
img
  display: block


/**
  * Set default animation for placeholder
  */
input, textarea
  +placeholder
    opacity: 1
    transform: translate3d(0, 0, 0)
    transition: transform 0.3s, opacity 0.3s, all 9999s linear 9999s

  &:focus
    +placeholder
      opacity: 0
      transform: translate3d(20px, 0, 0)

    // Give opacity to firefox placeholders
  &::-moz-placeholder
    opacity: 0.5