header.scss 783 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. header{
  2. padding: 0 1rem;
  3. height: 130px;
  4. div {
  5. height: inherit;
  6. }
  7. }
  8. #block-popsu-colloque-branding{
  9. width: 100%;
  10. position: relative;
  11. z-index: 999;
  12. padding: 1rem 0 0 0;
  13. & > div {
  14. & > a{
  15. display: inline-block;
  16. height: 8rem;
  17. max-height: 150px;
  18. position: relative;
  19. img{
  20. width: auto;
  21. height: 100%;
  22. object-fit: contain;
  23. }
  24. }
  25. }
  26. }
  27. #block-mainnavigation{
  28. width: auto;
  29. border-left: 1px solid $color1;
  30. padding-bottom: 1rem;
  31. display: flex;
  32. align-items: flex-end;
  33. ul{
  34. flex-wrap: nowrap;
  35. li{
  36. padding: 0 1rem;
  37. border-right: 1px solid $col_black;
  38. a{
  39. white-space: nowrap;
  40. }
  41. }
  42. }
  43. }
  44. .site_setting_entity{
  45. img{
  46. width: 50%;
  47. height: auto;
  48. }
  49. }