123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- .header
- position fixed
- width 100%
- box-shadow shadow-bottom
- background mainColor
- z-index 3
- &__logo
- &__img
- margin-left 40px
- width 150px
- &__menu
- justify-content flex-end
- &__list
- display none
- margin-left 50px
- .list__item
- padding-right 30px
- &__link
- color blue
- font-size 16px
- &:hover
- color darkBlue
- &__rightside
- display flex
- margin-top 15px
- list-style none
- &__itemsearch
- margin-right 8%
- width 55%
- &__search
- width 100%
- .search__addonsearch
- background-color transparent
- .btnnavbar
- border 1px solid grey
- background-color transparent
- cursor pointer
- &__itemlanguage
- &__languagedropdown
- .languagedropdown
- &__btnlanguage
- margin-right 25px
- color darkGrey
- &:focus
- box-shadow shadow-all-side-blue
- border-radius 5px
- background-color transparent
- &__imgselected
- margin-right 10px
- width 20px
- height 15px
- &__subdropdown
- padding 0
- min-width 0
- .subdropdown
- &__flag
- width 25px
- height 18px
- &__itemquestion
- &__btnquestion
- margin-right 30px
- .btnquestion__icon
- color darkGrey
- &__itemprofil
- &__profilgroup
- .profilgroup__name
- border 0
- padding 0 5px
- background-color transparent
- &:hover
- background-color lightGrey
- &:focus
- box-shadow shadow-all-side-blue
- background-color lightGrey
- &::after //bootstrap overrides
- vertical-align middle
- color darkGrey
- &__imgprofil
- display inline-block
- margin-right 10px
- width 40px
- height 40px
- &__text
- display inline-block
- vertical-align middle
- margin-right 10px
- color darkGrey
- .profilgroup__sub
- color dark-grey
- cursor pointer
- &:focus
- box-shadow none
- .profilgroup__setting
- padding 0
- &__link
- padding 10px 0
-
- @media (min-width: min-lg) and (max-width: max-lg)
- .header
- &__menu
- &__rightside
- width 100%
-
- @media (min-width: min-md) and (max-width: max-md)
- .header
- &__logo__img
- margin-left 0
- &__menu
- &__rightside
- width 100%
-
- @media (min-width: min-sm) and (max-width: max-sm)
- .header
- &__logo__img
- margin-left 0
- &__menu
- &__rightside
- padding-left 0
- width 100%
- &__itemquestion
- display none
-
- @media (max-width: max-xs)
- .header
- &__logo__img
- margin-left 0
- &__menu
- &__rightside
- flex-wrap wrap
- padding-left 0
- width 418px
- &__itemquestion
- display none
- &__itemprofil__profilgroup
- margin-top 20px
|