Добавлены 4 кнопки для каждой формы
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user