]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/modal/quick-settings-modal.component.scss
Refactor views component
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / quick-settings-modal.component.scss
CommitLineData
d3217560
RK
1@import '_mixins';
2
3.modal-button {
4 @include disable-default-a-behaviour;
5 transform: translateY(2px);
6
7 button {
8 @include peertube-button;
9 @include grey-button;
10 @include button-with-icon(18px, 4px, -1px);
11
12 my-global-icon {
13 @include apply-svg-color(#585858);
14 }
15 }
16
17 & + .modal-button {
18 margin-left: 1rem;
19 }
20}
21
d3217560
RK
22.quick-settings-title {
23 @include in-content-small-title;
805bec52 24}