From c97aa447230b0d4ab9c6c84d5e0a5723cb5d94e1 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Wed, 29 Nov 2023 17:52:49 +0300 Subject: [PATCH] 0.0.267 replace all child for class or id --- static/css/styles.css | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 3919131..dd659a8 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -769,19 +769,10 @@ header>div:last-child>div:nth-child(2)>.svg { margin-right: 5px; } -.second-footer>div>div:last-child>div>a { - color: #272424; - /* Body text 2 */ - font-family: Inter; - font-size: 16px; - font-style: normal; - font-weight: 400; - line-height: 22px; - text-decoration: none; -} -.first-column>div:nth-child(2)>div:last-child>input:focus-visible { + +.footer_input_button:focus-visible { outline: unset; } @@ -2871,14 +2862,14 @@ details[open] summary ~ *{ width: 76%; } -.news_item_pagination .odd .pag_news_img, -.news_item_pagination .odd .pag_news_item_text{ +.news_item_pagination.odd .pag_news_img, +.news_item_pagination.odd .pag_news_item_text{ float: left; margin: 10px; overflow-wrap: break-word; } -.news_item_pagination .even .pag_news_img, -.news_item_pagination .even .pag_news_item_text{ +.news_item_pagination.even .pag_news_img, +.news_item_pagination.even .pag_news_item_text{ float: right; margin: 10px; overflow-wrap: break-word; @@ -2922,9 +2913,7 @@ details[open] summary ~ *{ margin-top: 30px; } -.previous_next_news>.news_item:nth-child(2){ - margin: 0 20px; -} + .self_news_text{ margin-bottom: 40px;