This commit is contained in:
2025-03-16 22:33:24 +07:00
parent abf8ab2c53
commit a2c5e28797
13 changed files with 807 additions and 122 deletions

View File

@@ -133,6 +133,7 @@ table {
margin-left: 15px;
position: relative;
font-weight: 500;
cursor: pointer;
&::before {
position: absolute;
content: "";
@@ -167,6 +168,12 @@ table {
&::after {
display: block;
}
}
&.active {
.title {
color: var(--color-btn);
font-weight: 700;
}
.hover-menu {
opacity: 1;
visibility: visible;
@@ -549,14 +556,7 @@ table {
padding: 20px 10px;
width: 794px;
margin: 0 auto;
h1 {
padding-bottom: 25px;
font-size: 48px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
color: var(--color-title);
}
.note {
width: 408px;
margin: 0 auto;
@@ -619,9 +619,14 @@ table {
}
}
.title {
font-size: 20px;
padding-top: 80px;
font-size: 38px;
font-weight: 700;
margin-bottom: 20px;
text-align: center;
text-transform: uppercase;
color: var(--color-title);
width: 450px;
margin: 0 auto 30px auto;
span {
font-size: 14px;
margin-left: 5px;
@@ -736,6 +741,14 @@ table {
line-height: 22px;
margin-bottom: 5px;
}
h2,
h2,
h3 {
font-size: 14px;
margin-bottom: 15px;
text-align: left;
padding-top: 0;
}
}
.apply-job {
display: block;