style.scss 373 B

123456789101112131415
  1. .smart-ind {
  2. flex: none;
  3. padding: 3rem 2rem;
  4. text-align: left;
  5. border-bottom: 2px solid #00596c;
  6. background-size: auto 80%;
  7. background-repeat: no-repeat;
  8. background-image: url("//dd.unicraft.org/static/branding/smart-ind/header/bg.png");
  9. background-position: right bottom;
  10. &_logo {
  11. height: 3rem;
  12. margin: 0 auto;
  13. }
  14. }