1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Reorganize client shared modules

This commit is contained in:
Chocobozzz 2020-06-23 14:10:17 +02:00 committed by Chocobozzz
parent 0c4bacbff5
commit 67ed6552b8
510 changed files with 2321 additions and 2251 deletions

View file

@ -1,61 +0,0 @@
@import '_mixins';
:host {
width: 100%;
}
.list-overflow-parent {
overflow: hidden;
}
.list-overflow-menu {
position: absolute;
right: 25px;
}
button {
width: 30px;
border: none;
&::after {
display: none;
}
&.routeActive {
&::after {
display: inherit;
border: 2px solid pvar(--mainColor);
position: relative;
right: 95%;
top: 50%;
}
}
}
::ng-deep .dropdown-menu {
margin-top: 0 !important;
position: static;
right: auto;
bottom: auto
}
.modal-body {
a {
@include disable-default-a-behaviour;
color: currentColor;
box-sizing: border-box;
display: block;
font-size: 1.2rem;
padding: 9px 12px;
text-align: initial;
text-transform: unset;
width: 100%;
&.active {
color: pvar(--mainBackgroundColor) !important;
background-color: pvar(--mainHoverColor);
opacity: .9;
}
}
}