X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=dc1f4dba0d1cfed04f96e32aacb9c3c9a6ba11a2;hb=0727cab0dfd3d53e5e9c88bfbda6bc0e090d4f12;hp=c810310210b8659e6c483c9fa916418f663e527d;hpb=7b272fd73f1ea67e83c1924f2cc33503b8759811;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index c81031021..dc1f4dba0 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -152,3 +152,33 @@ p-datatable { color: #000 !important; } } + +.modal { + .modal-header { + border-bottom: none; + + .title-page-single { + margin: 0; + } + } +} + +.orange-button { + @include peertube-button; + @include orange-button; +} + +.orange-button-link { + @include peertube-button-link; + @include orange-button; +} + +.grey-button { + @include peertube-button; + @include grey-button; +} + +.grey-button-link { + @include peertube-button-link; + @include grey-button; +}