Добавлена логика для отображения стрелок и раскраски | Изменена ширина первого столбца таблицы

This commit is contained in:
ARLakhin
2026-04-21 00:30:22 +03:00
parent bc095da738
commit e54299c13b
4 changed files with 137 additions and 7 deletions
+2 -1
View File
@@ -22,4 +22,5 @@
@use "application_settings";
@use "main";
@use "header";
@use "nav";
@use "nav";
@use "organisation";
+4
View File
@@ -81,6 +81,10 @@ a.link:hover {
border: 3px solid black;
}
.information-table tr :is(td, th):first-child {
width: 35%;
}
.type_doc_header#tabs {
width: 75%;
margin: 0 auto;