update
All checks were successful
Deploy Static Site / deploy (push) Successful in 7m28s

This commit is contained in:
2025-07-31 12:12:30 +04:00
parent 59666a8be8
commit e2aad01d1c
133 changed files with 2034 additions and 1912 deletions

View File

@ -1,4 +1,4 @@
@import url('./_footer.css');
@import url("./_footer.css");
html,
body {
@ -24,7 +24,7 @@ body {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: 'Inter', Arial, Helvetica, sans-serif;
font-family: "Inter", Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
@ -32,22 +32,26 @@ body {
color: #394149 !important;
box-sizing: border-box;
overflow: auto;
min-height: 100vh
min-height: 100vh;
}
p {
margin-bottom: 1em;
}
.container {
width: 100%;
max-width: 1600px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
padding-left: 16px;
padding-right: 16px;
}
@media (min-width: 1540px) {
.container {
padding-left: 30px;
padding-right: 30px;
}
}
ul li {
background-color: inherit !important;
}
@ -65,16 +69,16 @@ ul ul {
}
.weblink {
color: #367EB2 !important;
color: #367eb2 !important;
text-decoration: none;
}
.weblink:hover {
color: #3F8FC8;
color: #3f8fc8;
}
.collapsed {
background-image: url('expanded-plus.png') !important;
background-image: url("expanded-plus.png") !important;
}
h2,
@ -92,7 +96,7 @@ h3 {
flex: 0 0 auto;
display: flex;
height: 80px;
transition: transform .2s linear;
transition: transform 0.2s linear;
}
.--header-hidden .header {
@ -100,8 +104,7 @@ h3 {
}
.sidebar {
padding-top: 8px;
min-height: 100vh;
min-height: 100svh;
}
.article {
@ -118,10 +121,12 @@ h3 {
.hero__search-icon {
display: none;
background-color: rgba(35, 50, 85, 100);
flex-shrink: 0;
border: none;
}
.footer-copy {
color: #9C9C9C;
color: #9c9c9c;
opacity: 0.8;
}
@ -188,7 +193,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.btn-example {
font-size: 14px;
color: #0D4A75 !important;
color: #0d4a75 !important;
text-decoration: none;
display: inline-block;
margin-top: 0.6rem;
@ -197,7 +202,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
}
.btn-example:hover {
color: #3F8FC8;
color: #3f8fc8;
}
.arrow__next {
@ -220,46 +225,45 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
max-width: 360px;
}
.header__logo{
.header__logo {
flex: 1 0 25%;
width: 25%;
max-width: 360px;
max-width: 220px;
}
@media (max-width: 1450px) {
.header__logo {
max-width: 350px;
max-width: 220px;
}
}
@media (max-width: 1400px) {
.header__logo {
max-width: 340px;
max-width: 220px;
}
}
@media (max-width: 1350px) {
.header__logo {
max-width: 330px;
max-width: 220px;
}
}
@media (max-width: 1300px) {
.header__logo {
max-width: 320px;
max-width: 220px;
}
}
@media (max-width: 1250px) {
.header__logo {
min-width: 320px;
min-width: 220px;
}
}
@media (max-width: 1200px) {
.header__logo {
min-width: 320px;
min-width: 220px;
}
}
@ -275,8 +279,6 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
}
}
.header__logo img {
display: block;
height: 32px;
@ -287,7 +289,6 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
display: flex;
align-items: center;
margin: 0;
padding: 0 0 0 16px;
}
.header__navi ul li {
@ -295,8 +296,8 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
white-space: nowrap;
}
.header__navi ul li+li {
margin-left: 16px;
.header__navi ul li + li {
margin-right: 32px;
}
.link-active__square-1 {
@ -319,15 +320,13 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
.link-active {
padding: 9px 23px;
background: #FABE00;
background: #fabe00;
border-radius: 20px;
position: relative;
cursor: default;
pointer-events: none;
}
.link-active:hover {
@ -335,7 +334,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
}
.link-active::before {
content: '';
content: "";
border: 1px solid #233255;
box-sizing: border-box;
border-radius: 20px;
@ -383,7 +382,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.ui-menu.ui-autocomplete .autocomplete__subtitle {
font-weight: normal;
font-size: 12px;
color: #C5C5C5;
color: #c5c5c5;
}
.ui-menu.ui-autocomplete .ui-state-active {
@ -423,24 +422,27 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
max-width: 520px;
}
.hero__search-form{
.hero__search-form {
flex: 1 1 auto;
padding-right: 30px;
max-width: 520px;
padding-left: 30px;
margin-left: 64px;
}
.search-form__input,
input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
box-sizing: border-box;
border-radius: 3px;
width: 100%;
box-shadow: none;
border: 1px solid #E2E2E2;
border: 1px solid #e2e2e2;
}
.mob {
display: none;
}
.header__navi {
display: block;
display: flex;
order: revert;
margin-left: auto;
position: relative;
z-index: 2;
@ -456,18 +458,15 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
position: sticky;
top: 80px;
/*display: flex; */
/*max-height: calc(100vh - 80px);*/
transition: top .2s linear;
transition: top 0.2s linear;
}
.--header-hidden .sidebar__wrapper {
top: 0;
max-height: 100vh;
max-height: 100svh;
}
@media (max-width: 900px) {
input[type="text"] {
width: 100%;
}
@ -487,10 +486,10 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
}
.header {
height: 72px;
height: 56px;
}
.header>.container {
.header > .container {
display: flex;
align-items: center;
justify-content: space-between;
@ -509,7 +508,9 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.header__navi ul {
padding-left: 0;
}
.mob {
display: block;
}
.header__logo {
width: 100%;
}
@ -536,7 +537,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
position: static;
}
ul#toc .toggled>a {
ul#toc .toggled > a {
padding-right: 30px;
}
@ -577,7 +578,8 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
transform: translateX(-120%);
-webkit-transform: translateX(-120%);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.5s linear;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
opacity 0.5s linear;
overflow: auto;
}
@ -595,7 +597,8 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.sidebar__wrapper {
position: static;
margin-top: 72px;
overflow-y: auto;
overflow: auto;
max-height: calc(100svh - 80px);
}
.sidebar__header {
@ -625,7 +628,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
align-items: center;
background-color: transparent;
padding: 8px 6px 8px 20px;
transition: background 0.1s cubic-bezier(0.77, 0.2, 0.05, 1.0);
transition: background 0.1s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hero__search-icon {
@ -644,7 +647,8 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
top: 8px;
}
.hero__search-form, .header .ya-site-form {
.hero__search-form,
.header .ya-site-form {
display: block;
position: absolute;
left: 0;
@ -657,11 +661,12 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
max-width: 100%;
z-index: 1;
transform: translateY(-100%);
transition: transform 0.1s cubic-bezier(0.77, 0.2, 0.05, 1.0),
background 0.1s cubic-bezier(0.77, 0.2, 0.05, 1.0);
transition: transform 0.1s cubic-bezier(0.77, 0.2, 0.05, 1),
background 0.1s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hero__search-form.show-search-panel, .ya-site-form.show-search-panel{
.hero__search-form.show-search-panel,
.ya-site-form.show-search-panel {
transform: none;
}
@ -689,13 +694,72 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
max-width: clac(100% - 30px);
}
}
@media (max-width: 1100px) {
.search-form {
padding-left: 8px;
padding-right: 8px;
width: 100%;
}
.search-form-input{
border: none;
padding: 0;
}
.hero-search-form {
position: absolute;
top: -6px;
transform: translateX(0);
height: 76px;
padding: 0;
align-items: center;
max-width: 0;
z-index: 1;
right: 0;
left: auto;
width: 0;
overflow: hidden;
transition: width 0.5s ease-in-out,
max-width 0.5s ease-in-out,
transform 0.5s ease-in-out;
}
.hero-search-form.mobsearch {
width: 100%;
max-width: 100%;
transform: translateX(0);
}
.search-form.mobsearch .search-form-input {
width: 100%;
}
.search-form-input.mobsearch {
border: 1px solid #e2e2e2;
padding: 10px 15px 10px 17px;
}
}
@media (max-width: 768px) {
.hero-search-form {
height: 48px;
}
.search-form {
padding-left: 0;
}
}
@media (max-width: 580px) {
input[type="text"] {
width: auto;
}
}
@media (min-width: 900px) and (max-width: 1100px) {
.hero__search-icon {
display: block;
}
}
@media (max-width: 550px) {
.sidebar__header {
padding: 26px 20px 27px 18px;
@ -722,7 +786,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
position: absolute;
width: 12px;
height: 9px;
background: url('expand.svg') no-repeat center center;
background: url("expand.svg") no-repeat center center;
right: 17px;
top: 17px;
pointer-events: none;
@ -731,7 +795,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.toggled.collapsed::after {
width: 9px;
height: 12px;
background: url('collapse.svg') no-repeat center center;
background: url("collapse.svg") no-repeat center center;
right: 20px;
top: 50%;
transform: translateY(-50%);
@ -769,13 +833,13 @@ ul#toc li.collapsed {
background-position: 7px 14px !important;
}
ul#toc>li {
border-bottom: 1px solid #E2E2E2;
ul#toc > li {
border-bottom: 1px solid #e2e2e2;
}
ul#toc a {
display: block;
color: #0A141E;
color: #0a141e;
line-height: 20px;
text-decoration: none;
}
@ -786,7 +850,7 @@ ul#toc a.active-side-menu {
}
ul#toc a.active-side-menu {
color: #367EB2;
color: #367eb2;
font-weight: 500;
}
@ -795,7 +859,9 @@ ul#toc a span {
padding: 8px 8px 8px 20px;
}
input:focus, textarea:focus, select:focus{
input:focus,
textarea:focus,
select:focus {
outline: none;
}
@ -805,7 +871,6 @@ input:focus, textarea:focus, select:focus{
}
.form-control {
}
.floating_label {
position: relative;
@ -885,7 +950,7 @@ input:focus, textarea:focus, select:focus{
left: 50%;
width: 17px;
height: 9px;
transform: translate(-50%,-50%);
transform: translate(-50%, -50%);
background: url(./arrow-up.svg) no-repeat center center;
background-size: cover;
}
@ -903,7 +968,6 @@ input:focus, textarea:focus, select:focus{
z-index: 100;
}
.ReportTypo-wrap {
}
.ReportTypo-success.hidden {
@ -963,7 +1027,7 @@ input:focus, textarea:focus, select:focus{
max-width: 700px;
width: 100%;
border-radius: 11px;
background: #FFFFFF;
background: #ffffff;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
@ -992,7 +1056,6 @@ input:focus, textarea:focus, select:focus{
cursor: pointer;
background-color: transparent;
border: none;
}
.ReportTypo-close::before {
@ -1021,16 +1084,16 @@ input:focus, textarea:focus, select:focus{
width: 100%;
border-radius: unset;
border: none;
border-bottom: 1px solid #DFDFDF;
border-bottom: 1px solid #dfdfdf;
margin: 34px 0 70px;
font-size: 16px;
height: calc(1.5em + .75rem + 2px);
padding: .375rem 0;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0;
font-weight: 400;
line-height: 1.5;
background-color: transparent;
background-clip: padding-box;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ReportTypo-header {
font-size: 25px;
@ -1056,15 +1119,15 @@ input:focus, textarea:focus, select:focus{
}
.ReportTypo-submit {
background-color: #0D4A75;
background-color: #0d4a75;
color: white;
border: 1px solid #0D4A75;
border: 1px solid #0d4a75;
margin-right: 12px;
}
.ReportTypo-cancel {
background-color: transparent;
color: #0D4A75;
border: 1px solid #0D4A75;
color: #0d4a75;
border: 1px solid #0d4a75;
}
/* GOOGLE SEARCH ELEMENTS */
@ -1072,15 +1135,15 @@ input:focus, textarea:focus, select:focus{
margin-bottom: 14px !important;
}
a.gs-title {
font-family: 'Inter', Arial, Helvetica, sans-serif;
font-family: "Inter", Arial, Helvetica, sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-decoration: none;
color: #367EB2 !important;
color: #367eb2 !important;
}
a.gs-title b {
color: #367EB2 !important;
color: #367eb2 !important;
}
.gsc-table-result {
max-width: 655px !important;
@ -1088,7 +1151,9 @@ a.gs-title b {
.gs-snippet {
font-size: 14px !important;
}
.gsc-url-top, .gs-image-box, .gsc-above-wrapper-area{
.gsc-url-top,
.gs-image-box,
.gsc-above-wrapper-area {
display: none !important;
}
.gcsc-more-maybe-branding-root {
@ -1100,7 +1165,6 @@ a.gs-title b {
padding: 0 !important;
}
/* 404 block */
.main-error .article-inner {
justify-content: center;
@ -1124,7 +1188,6 @@ a.gs-title b {
font-size: 40px;
line-height: 120%;
color: #233255;
}
@ -1136,11 +1199,11 @@ a.gs-title b {
}
.error-page__btn {
background: #FABE00;
background: #fabe00;
border-radius: 30px;
padding: 19px;
text-decoration: none;
color: #0A141E;
color: #0a141e;
margin: 32px auto;
display: inline-block;
width: 214px;
@ -1148,7 +1211,7 @@ a.gs-title b {
}
.error-page__content a.error-page__btn {
color: #0A141E !important;
color: #0a141e !important;
font-weight: 500;
padding-top: 16px;
padding-bottom: 16px;
@ -1166,7 +1229,6 @@ a.gs-title b {
}
}
@media screen and (min-width: 1024px) {
.error-page {
flex-direction: row;
@ -1182,7 +1244,7 @@ a.gs-title b {
}
.error-page__content a.error-page__btn:hover {
opacity: 0.8;
opacity: 0.8;
}
}
@ -1213,16 +1275,16 @@ a.gs-title b {
}
.submenu li:hover {
background-color: #EAF3F9 !important;
transition: .3s;
background-color: #eaf3f9 !important;
transition: 0.3s;
}
.submenu li:hover a {
color: #1E6599 !important;
color: #1e6599 !important;
}
.submenu li a:hover {
text-decoration: none !important;
text-decoration: none !important;
}
.submenu__dropdown {
@ -1232,7 +1294,7 @@ a.gs-title b {
}
.submenu__dropdown::after {
content: '';
content: "";
display: block;
width: 9px;
height: 4px;
@ -1241,18 +1303,17 @@ a.gs-title b {
background-size: cover;
}
.submenu__dropdown:hover .submenu {
opacity: 1;
visibility: visible;
}
@media (max-width: 900px) {
.footer-mobile__list {
.footer-mobile__list {
flex-wrap: wrap;
height: auto;
margin-right: 50px;
}
}
.footer-mobile .footer-mobile__list:last-child {
margin-right: 0;
@ -1262,7 +1323,7 @@ a.gs-title b {
font-size: 17px;
}
.submenu__dropdown {
.submenu__dropdown {
margin-left: 18px;
}
@ -1291,7 +1352,7 @@ a.gs-title b {
}
.feedback__popup,
.feedback__popup,
.feedback [name='category'] {
.feedback [name="category"] {
display: none;
}
@ -1308,7 +1369,7 @@ a.gs-title b {
#feedback-success-popup .wrap {
width: 455px;
height: 298px;
background: #FFFFFF;
background: #ffffff;
box-shadow: 0 6px 28px rgba(37, 41, 65, 0.16);
border-radius: 11px;
position: relative;
@ -1324,7 +1385,7 @@ a.gs-title b {
right: 0;
width: 100%;
height: 100%;
background: #FFFFFF;
background: #ffffff;
border-radius: 11px;
display: flex;
flex-direction: column;
@ -1359,7 +1420,7 @@ a.gs-title b {
position: absolute;
top: 0;
left: 0;
background: #FFFFFF;
background: #ffffff;
box-shadow: 0 6px 28px rgba(37, 41, 65, 0.16);
padding: 12px;
border-radius: 11px;
@ -1389,7 +1450,7 @@ a.gs-title b {
}
.feedback-popup-close {
color: #C6C6C6;
color: #c6c6c6;
position: absolute;
top: 0;
right: 0;
@ -1426,7 +1487,7 @@ a.gs-title b {
width: 172%;
}
.feedback-form__btn-group > [type='radio'] {
.feedback-form__btn-group > [type="radio"] {
display: none;
}
@ -1439,13 +1500,13 @@ a.gs-title b {
margin-bottom: 32px;
align-items: center;
justify-content: center;
background: #F8F8F8;
background: #f8f8f8;
border-radius: 8px;
height: 118px;
width: 467px;
}
.feedback-form [type='submit'] {
.feedback-form [type="submit"] {
display: none;
}
@ -1461,7 +1522,7 @@ a.gs-title b {
font-weight: normal;
font-size: 15px;
line-height: 28px;
color: #367EB2;
color: #367eb2;
cursor: pointer;
display: block;
}
@ -1486,7 +1547,7 @@ a.gs-title b {
align-items: center;
}
.feedback-form__btn-group [for='feedback__useful_yes'] {
.feedback-form__btn-group [for="feedback__useful_yes"] {
border-radius: 4px 0px 0px 4px;
}
@ -1505,8 +1566,8 @@ a.gs-title b {
}
.feedback__textarea {
background: #FFFFFF;
border: 1px solid #E2E2E2;
background: #ffffff;
border: 1px solid #e2e2e2;
border-radius: 3px;
width: 100%;
height: 168px;
@ -1514,8 +1575,8 @@ a.gs-title b {
}
.feedback__other-btn {
background: #367EB2;
color: #FFFFFF;
background: #367eb2;
color: #ffffff;
font-weight: 500;
font-size: 14px;
line-height: 17px;
@ -1561,9 +1622,9 @@ a.gs-title b {
}
}
.found_typo {
margin-bottom: 40px;
}
.found_typo {
margin-bottom: 40px;
}
/* END */
/* модифицирует таблицы */
@ -1580,7 +1641,13 @@ a.gs-title b {
text-align: center !important;
}
.table-modification + div > table tbody tr:not(:first-child) td:not(:first-child) p {
.table-modification
+ div
> table
tbody
tr:not(:first-child)
td:not(:first-child)
p {
text-align: center !important;
}
@ -1611,6 +1678,7 @@ a.gs-title b {
position: relative;
display: flex;
align-items: center;
margin-right: 32px;
}
.solution-select__selected {
@ -1640,7 +1708,7 @@ a.gs-title b {
min-width: 184px;
top: 24px;
left: -17px;
background: #FFFFFF;
background: #ffffff;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 7px;
padding: 10px 0 8px;
@ -1664,7 +1732,7 @@ a.gs-title b {
}
.solution-select .solution-select__list li:hover {
background: #F7F7F7 !important;
background: #f7f7f7 !important;
}
.solution-select .solution-select__list.active {
@ -1703,7 +1771,7 @@ a.gs-title b {
.help-menu li {
transition: all 0.3s ease-in-out;
position: relative;
background: #FFFFFF !important;
background: #ffffff !important;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-bottom: 7px;
@ -1758,7 +1826,7 @@ a.gs-title b {
.help-menu .opechatka div,
.help-menu .question form,
.help-menu .dialog div{
.help-menu .dialog div {
display: none;
margin-left: 15px;
opacity: 0;
@ -1771,8 +1839,8 @@ a.gs-title b {
}
.fade-in {
-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
-webkit-animation: fade-in 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
animation: fade-in 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in {
@ -1820,13 +1888,13 @@ a.gs-title b {
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #3A4149;
color: #3a4149;
margin-bottom: 18px;
}
.help-menu .question textarea {
background: #FFFFFF;
border: 1px solid #E2E2E2;
background: #ffffff;
border: 1px solid #e2e2e2;
border-radius: 4px;
width: 100%;
height: 168px;
@ -1834,9 +1902,9 @@ a.gs-title b {
margin-bottom: 14px;
}
.help-menu .question input[type='submit'] {
background: #367EB2;
color: #FFFFFF;
.help-menu .question input[type="submit"] {
background: #367eb2;
color: #ffffff;
font-weight: 500;
font-size: 14px;
line-height: 17px;
@ -1859,7 +1927,7 @@ a.gs-title b {
}
.help-menu .dialog.active a::before {
content: '';
content: "";
position: absolute;
top: -9px;
left: -18px;
@ -1888,7 +1956,7 @@ a.gs-title b {
.question__popup {
position: relative;
cursor: default
cursor: default;
}
.question__popup .close {
@ -1901,20 +1969,20 @@ a.gs-title b {
}
.question__popup .close::after {
content: '';
content: "";
height: 2px;
width: 13px;
background: #C6C6C6;
background: #c6c6c6;
transform: rotate(45deg);
display: block;
position: absolute;
}
.question__popup .close::before {
content: '';
content: "";
height: 2px;
width: 13px;
background: #C6C6C6;
background: #c6c6c6;
transform: rotate(-45deg);
display: block;
position: absolute;
@ -1933,7 +2001,7 @@ p > span + code {
}
li {
overflow-wrap: break-word;
overflow-wrap: break-word;
}
li > code {
@ -1958,15 +2026,15 @@ code {
word-break: break-word;
white-space: normal;
font-weight: bold;
}
}
li > code {
display: inline;
}
}
.article__header{
min-height: 58px;
}
.article__header {
min-height: 58px;
}
.article__badge {
height: 26px;
@ -1989,4 +2057,33 @@ code {
scroll-margin-top: 80px;
}
.social-links-header {
position: relative;
display: flex;
flex-direction: column;
align-items: start !important;
min-width: 184px;
padding-left: 0px !important;
}
.social-links-header::after {
position: absolute;
content: "";
left: 50%;
transform: translateX(-50%);
top: 0;
width: 85%;
height: 0.125rem;
border-top: 2px solid #9c9c9c !important;
opacity: 30%;
}
.social-link-header {
padding-left: 16px !important;
width: 184px !important;
}
.project-link {
font-weight: 600 !important;
color: #233255 !important;
}