* { font-family: "Roboto", sans-serif; } header { position: relative; height: 83px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; } .menu { width: 435px; height: 58px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; -ms-flex-line-pack: center; align-content: center; margin-left: 88px; } .menu_logo { width: 40px; height: 52px; } .menu_project_name { margin-left: 20px; } .menu_project_name_text { color: #20d37d; font-size: 48px; font-style: normal; font-weight: 500; } .menu_hamburger { display: block; position: absolute; left: 50px; top: 17px; -webkit-transform: translateX(-50%); transform: translateX(-50%); height: 50px; width: 50px; background-color: #20d37d; border-radius: 9px; } .menu_hamburger span { display: block; height: 5px; width: 32px; background-color: #fff; margin: 0 9px 6px 9px; } .menu_hamburger span:nth-child(1) { margin-top: 12px; } .menu_hamburger span:nth-child(3) { margin-bottom: 12px; } .menu_hamburger_active { margin-top: 6px; -webkit-transition: 0.8 all; transition: 0.8 all; } .menu_hamburger_active span:nth-child(1) { margin-top: -2px; -webkit-transform: translateY(3px) rotate(-45deg); transform: translateY(3px) rotate(-45deg); } .menu_hamburger_active span:nth-child(2) { display: none; } .menu_hamburger_active span:nth-child(3) { margin-top: -2px; -webkit-transform: translateY(3px) rotate(45deg); transform: translateY(3px) rotate(45deg); } .header_login { height: 100%; padding-left: 19px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 10px; width: 290px; height: 71px; background-color: #43ca79; border-radius: 40px; color: #fff; font-size: 32px; font-style: normal; font-weight: 500; } .header_login_text { padding-top: 6px; height: 100%; margin-left: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #000; font-size: 22px; font-style: normal; font-weight: 500; } /*# sourceMappingURL=style.css.map */