X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fmenu%2Fmenu.component.scss;h=1f3c889cf88da634ed8776561d9d70c4ef3eb278;hb=36f9424ff192b0584a433bc196bced6fcf265808;hp=c93c59622e18c294d5f035e30381bff97f82aea6;hpb=d2cc03aaad62fa6cf1c64622229bcc83f24fccb6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index c93c59622..1f3c889cf 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss @@ -1,3 +1,6 @@ +@import '_variables'; +@import '_mixins'; + menu { background-color: $black-background; margin: 0; @@ -9,10 +12,6 @@ menu { z-index: 1000; color: $menu-color; - @media screen and (max-width: 550px) { - font-size: 90%; - } - .logged-in-block { height: 100px; background-color: rgba(255, 255, 255, 0.15); @@ -22,10 +21,10 @@ menu { margin-bottom: 35px; img { + @include avatar(34px); + margin-left: 20px; margin-right: 10px; - - @include avatar(34px); } .logged-in-info { @@ -43,6 +42,10 @@ menu { .logged-in-email { font-size: 13px; color: #C6C6C6; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 140px; } } @@ -59,28 +62,26 @@ menu { .button-block { margin: 30px 25px 35px 25px; - .login-button, .create-account-button { - font-weight: $font-semibold; - font-size: 15px; - height: $button-height; - line-height: $button-height; - width: 190px; - border-radius: 3px; - text-align: center; - color: $menu-color; + .login-button { + @include peertube-button-link; + @include orange-button; + display: block; - cursor: pointer; - margin-bottom: 15px; + width: 100%; + margin-bottom: 10px; + } - @include disable-default-a-behaviour; + .create-account-button { + @include peertube-button-link; - &.login-button { - background-color: $orange-color; - margin-bottom: 10px; - } + display: block; + width: 100%; + + color: #fff; + background-color: rgba(255, 255, 255, 0.25); - &.create-account-button { - background-color: rgba(255, 255, 255, 0.25); + &:hover { + background-color: rgba(255, 255, 255, 0.28); } } } @@ -107,11 +108,9 @@ menu { @include disable-default-a-behaviour; .icon { - width: 22px; - height: 22px; - display: inline-block; + @include icon(22px); + margin-right: 18px; - background-size: contain; &.icon-videos-trending { position: relative; @@ -133,6 +132,13 @@ menu { background-image: url('../../assets/images/menu/administration.svg'); } + + &.icon-about { + width: 23px; + height: 23px; + + background-image: url('../../assets/images/menu/about.svg'); + } } } }