From f0a38e1bf5a2701ee81239b8666427df7bb859ce Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 8 Oct 2023 01:20:15 +0300 Subject: [PATCH] update class names --- public/asset/default/css/framework.css | 6 +++--- templates/default/torrent/edit/locales.html.twig | 2 +- templates/default/user/dashboard.html.twig | 2 +- templates/default/user/info.html.twig | 2 +- templates/default/user/profile.html.twig | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/asset/default/css/framework.css b/public/asset/default/css/framework.css index d928ccc..c1101f2 100644 --- a/public/asset/default/css/framework.css +++ b/public/asset/default/css/framework.css @@ -152,7 +152,7 @@ a.label-green:hover { border-radius: 50%; } -.border-pink-light { +.border-color-pink-light { border: 1px #9b6895 solid; } @@ -164,11 +164,11 @@ a.label-green:hover { border: 1px #65916d solid; } -.border-bottom-pink { +.border-color-pink { border-bottom: 1px #a44399 solid; } -.border-default { +.border-color-default { border: 1px #5d627d solid; } diff --git a/templates/default/torrent/edit/locales.html.twig b/templates/default/torrent/edit/locales.html.twig index 4c1b543..005ce1a 100644 --- a/templates/default/torrent/edit/locales.html.twig +++ b/templates/default/torrent/edit/locales.html.twig @@ -63,7 +63,7 @@ {% endif %} {{ 'by'|trans }} - {{'identicon'|trans }} + {{'identicon'|trans }}
{% if edition.approved %} diff --git a/templates/default/user/dashboard.html.twig b/templates/default/user/dashboard.html.twig index 0fa8921..feb1eed 100644 --- a/templates/default/user/dashboard.html.twig +++ b/templates/default/user/dashboard.html.twig @@ -6,7 +6,7 @@
- {{ 'identicon'|trans }} diff --git a/templates/default/user/info.html.twig b/templates/default/user/info.html.twig index ad0f3b0..a2c110e 100644 --- a/templates/default/user/info.html.twig +++ b/templates/default/user/info.html.twig @@ -3,7 +3,7 @@ {% block main_content %}
- {{ 'identicon'|trans }} + {{ 'identicon'|trans }}

{{ 'Profile'|trans }}

diff --git a/templates/default/user/profile.html.twig b/templates/default/user/profile.html.twig index 03c9ec4..f54c25f 100644 --- a/templates/default/user/profile.html.twig +++ b/templates/default/user/profile.html.twig @@ -4,7 +4,7 @@
- {{ 'identicon'|trans }} + {{ 'identicon'|trans }}

{{ 'Profile'|trans }}