]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/plugins/shared/toggle-plugin-type.scss
`fitWidth` for `video-miniature`, fluid grid (#2830)
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / plugins / shared / toggle-plugin-type.scss
CommitLineData
dba85a1e
C
1@import '_variables';
2@import '_mixins';
3
4.toggle-plugin-type {
5 display: flex;
6 justify-content: center;
7 margin-bottom: 30px;
8
9 p-selectButton {
03652b31 10 ::ng-deep {
dba85a1e
C
11 .ui-button-text {
12 font-size: 15px;
758f0d19 13 font-weight: 600;
dba85a1e
C
14 }
15
482fa503
RK
16 .ui-button.ui-state-default {
17 background-color: #f0f0f0;
18 border: 1px solid #f0f0f0;
19 }
20
dba85a1e 21 .ui-button.ui-state-active {
e66883b3
RK
22 background-color: pvar(--mainColor);
23 border-color: pvar(--mainColor);
482fa503
RK
24
25 &:hover {
e66883b3
RK
26 background-color: pvar(--mainHoverColor);
27 border-color: pvar(--mainHoverColor);
482fa503
RK
28 }
29 }
30
31 .ui-button:not(.ui-state-active).ui-state-focus {
32 box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
dba85a1e
C
33 }
34 }
35 }
36}