HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall_new/buyercall/buyercall/assets/styles/_sticky.scss
/* Sticky nav menu styles
-------------------------------------------------- */
body > .container {
  padding-top: 40px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  // Padding for the fixed nav bar on top.
  padding-top: 50px;
  padding-bottom: 20px;

  // Margin equal to the sticky footer's height.
  margin-bottom: 60px;

  &.has-supervisor {
      padding-top: 100px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #e9e9e9;

  // Set the fixed height of the footer here.
  height: 60px;
}