Добавлены 4 кнопки для каждой формы

This commit is contained in:
ARLakhin
2026-03-26 02:06:08 +03:00
parent b06903f448
commit f944c248ea
7 changed files with 87 additions and 20 deletions
+21 -1
View File
@@ -77,4 +77,24 @@ a.link:hover {
.information-table td, th {
padding: 5px;
border: 3px solid black;
}
}
.type_doc_header#tabs {
width: 75%;
margin: 0 auto;
}
.type__doc__list__type__container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
place-items: center;
gap: 15px;
a.link {
font-size: 1.35rem;
}
}
a.link:has(.active__button) {
background-color: gray;
}