mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 11:26:22 +00:00
Merge remote-tracking branch 'refs/remotes/origin/issue-14966' into issue-14966
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
0a742f5481
5 changed files with 13 additions and 5 deletions
|
@ -3,6 +3,7 @@ $white: white;
|
|||
$grey: grey;
|
||||
$cyan: #13fefe;
|
||||
$magenta: #f206f9;
|
||||
$blue: blue;
|
||||
|
||||
$colors: (
|
||||
"black": $black,
|
||||
|
@ -14,6 +15,7 @@ $colors: (
|
|||
// Redefinir variables de Bootstrap
|
||||
$primary: $magenta;
|
||||
$secondary: $black;
|
||||
$info: $blue;
|
||||
$jumbotron-bg: transparent;
|
||||
$enable-rounded: false;
|
||||
$form-feedback-valid-color: $black;
|
||||
|
@ -589,4 +591,4 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
|||
.bg-blue {
|
||||
background-color: $azul;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
-# Componente Botón general Moderación
|
||||
|
||||
%a.btn.rounded.mx-2{role: "button", href: href, class: @class} #{text}
|
||||
%a.btn.btn-lg.rounded.mx-2{role: "button", href: href, class: @class} #{text}
|
|
@ -3,8 +3,8 @@
|
|||
.d-flex.py-2.justify-content-center
|
||||
-# parámetros de botones
|
||||
-# text, class, href
|
||||
- @btn_box_params = [[t('.text_pause'), 'bg-outline-light', 'https://sutty.nl/'],
|
||||
[t('.text_reject'), 'btn-outline-info blue', 'https://sutty.nl/'],
|
||||
- @btn_box_params = [[t('.text_pause'), 'btn-outline-secondary disabled', ''],
|
||||
[t('.text_reject'), 'btn-outline-info', 'https://sutty.nl/'],
|
||||
[t('.text_accept'), 'bg-blue white', 'https://sutty.nl/'],
|
||||
[t('.text_reply'), 'btn-outline-dark', 'https://sutty.nl/'],
|
||||
[t('.text_report'), 'btn-outline-danger', 'https://sutty.nl/']]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
.flex
|
||||
%h2.text-center Comentarios
|
||||
%h3.text-center.py-2 Comentarios
|
||||
= render 'moderation_queue/comment'
|
|
@ -2,6 +2,12 @@ en:
|
|||
moderation_queue:
|
||||
remote_profile:
|
||||
user: Username
|
||||
button_box:
|
||||
text_pause: Pause
|
||||
text_reject: Reject
|
||||
text_accept: Accept Publication
|
||||
text_reply: Reply
|
||||
text_report: Report
|
||||
dark: Dark
|
||||
dir: ltr
|
||||
en: English
|
||||
|
|
Loading…
Reference in a new issue