1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- #header{
- .language-selector{
- margin-top: 40px;
- width: 120px;
- margin-left: -58px;
- }
- .navigation{
- .left{
- li{
- &:nth-of-type(1){
- -webkit-transform: rotate(-90deg)!important;
- transform: rotate(-90deg)!important;
- top: 75%!important;
- width: 50%;
- left: -24%!important;
- right: auto!important;
- bottom: auto!important;
- margin-left: 15px;
- }
- &:nth-of-type(2){
- -webkit-transform: rotate(-90deg)!important;
- transform: rotate(-90deg)!important;
- top: 25%!important;
- width: 50%;
- left: -24%!important;
- right: auto!important;
- bottom: auto!important;
- margin-left: 15px;
- }
- &:nth-of-type(3){
- -webkit-transform: rotate(0deg)!important;
- transform: rotate(0deg)!important;
- width: 100%!important;
- top: 10px!important;
- right: auto!important;
- bottom: auto!important;
- left: 0!important;
- }
- }
- }
- .right{
- li{
- &:nth-of-type(1){
- width: 100%!important;
- top: auto!important;
- right: 0!important;
- bottom: 10px!important;
- left: auto!important;
- }
- &:nth-of-type(2){
- -webkit-transform: rotate(90deg)!important;
- transform: rotate(90deg)!important;
- top: 75%!important;
- width: 50%;
- right: -24%!important;
- left: auto!important;
- bottom: auto!important;
- margin-right: 15px;
- }
- &:nth-of-type(3){
- -webkit-transform: rotate(90deg)!important;
- transform: rotate(90deg)!important;
- top: 25%!important;
- width: 50%;
- right: -24%!important;
- left: auto!important;
- bottom: auto!important;
- margin-right: 15px;
- }
- }
- }
- }
- }
|