2 background-color: $black-background;
7 text-overflow: ellipsis;
12 @media screen and (max-width: 550px) {
18 background-color: rgba(255, 255, 255, 0.15);
21 justify-content: center;
30 font-weight: $font-semibold;
50 margin: 30px 25px 35px 25px;
52 .login-button, .create-account-button {
53 font-weight: $font-semibold;
55 height: $button-height;
56 line-height: $button-height;
62 background-color: $orange-color;
66 &.create-account-button {
67 background-color: rgba(255, 255, 255, 0.25);
73 text-transform: uppercase;
74 font-weight: $font-bold; // Bold
89 display: inline-block;
91 background-size: contain;
93 &.icon-videos-trending {
96 background-image: url('../../assets/menu/trending.svg');
99 &.icon-videos-recently-added {
104 background-image: url('../../assets/menu/recently-added.svg');
107 &.icon-administration {
111 background-image: url('../../assets/menu/administration.svg');
127 text-decoration: none !important;
128 outline: none !important;