diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 30 |
1 files changed, 30 insertions, 0 deletions
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 { | |||
152 | color: #000 !important; | 152 | color: #000 !important; |
153 | } | 153 | } |
154 | } | 154 | } |
155 | |||
156 | .modal { | ||
157 | .modal-header { | ||
158 | border-bottom: none; | ||
159 | |||
160 | .title-page-single { | ||
161 | margin: 0; | ||
162 | } | ||
163 | } | ||
164 | } | ||
165 | |||
166 | .orange-button { | ||
167 | @include peertube-button; | ||
168 | @include orange-button; | ||
169 | } | ||
170 | |||
171 | .orange-button-link { | ||
172 | @include peertube-button-link; | ||
173 | @include orange-button; | ||
174 | } | ||
175 | |||
176 | .grey-button { | ||
177 | @include peertube-button; | ||
178 | @include grey-button; | ||
179 | } | ||
180 | |||
181 | .grey-button-link { | ||
182 | @include peertube-button-link; | ||
183 | @include grey-button; | ||
184 | } | ||