Цей коміт міститься в:
2023-02-06 18:05:23 +05:30
джерело 6e3f74a33b
коміт 6ee8f169d2
13 змінених файлів з 885 додано та 580 видалено
+81 -59
Переглянути файл
@@ -1,69 +1,91 @@
.controlPanel {
margin-top: 10rem;
padding-bottom: 300px;
.controlPanel_des {
margin-top: 10rem;
padding-bottom: 300px;
.controlPanel_des {
position: absolute;
top: -170px;
left: 80px;
}
.bgControlpanel {
min-height: 100vh;
background-color: #ececec;
border-radius: 157px;
position: relative;
.bgControlpaneltabs {
position: absolute;
top: -170px;
left: 80px;
}
.bgControlpanel {
min-height: 100vh;
background-color: #ececec;
border-radius: 157px;
position: relative;
.bgControlpaneltabs {
top: 100px;
right: 0;
.nav-link:focus-visible,
.nav-item:focus-visible {
outline: none !important;
}
.nav-tabs {
border-bottom: 1px solid;
margin-bottom: 2rem;
}
.nav-item {
position: relative;
border: none;
}
.nav-tabs .nav-link {
position: relative;
color: black;
font-weight: 500;
}
.nav-tabs .nav-link.active {
border: none;
background-color: transparent;
}
.nav-tabs .nav-link.active::before {
display: block;
}
.nav-item .nav-link::before {
content: "";
position: absolute;
top: 100px;
width: 100%;
height: 5px;
bottom: -2px;
right: 0;
.nav-tabs {
border-bottom: 1px solid;
margin-bottom: 2rem;
}
.nav-item {
position: relative;
border: none;
}
.nav-tabs .nav-link {
position: relative;
color: black;
font-weight: 500;
}
.nav-tabs .nav-link.active {
border: none;
background-color: transparent;
}
.nav-tabs .nav-link.active::before {
display: block;
}
.nav-item .nav-link::before {
content: "";
position: absolute;
width: 100%;
height: 5px;
bottom: -2px;
right: 0;
display: none;
background-color: black;
}
display: none;
background-color: black;
}
}
}
}
@media (max-width:768px) {
.controlPanel{
padding-bottom: 100px;
.bgControlpanel{
min-height: 50vh;
}
@media (max-width:768px) {
.controlPanel {
padding-bottom: 100px;
.bgControlpanel {
min-height: 50vh;
}
}
}
}
@media (max-width:600px) {
.controlPanel {
.controlPanel_des {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
left: 50%;
}
}
}
+5
Переглянути файл
@@ -45,5 +45,10 @@
p{
padding-left: 1rem;
}
.professinalGradeImg {
width: 80%;
}
}
}
+1 -1
Переглянути файл
@@ -102,7 +102,7 @@
@media (max-width:576px) {
.stunningSound {
padding-top: 1rem;
.stunningSound_heading {