Update styles for header and scrollbar, and adjust margins and borders in kontakt-v5

This commit is contained in:
Roman Pyrih
2025-04-15 14:54:05 +02:00
parent d042a7bcd4
commit b095897b95
8 changed files with 451 additions and 81 deletions

View File

@@ -779,17 +779,47 @@ strong {
.map-point-info--body {
overflow: auto;
margin-right: 7px;
// padding: 0 0 0 30px;
&::-webkit-scrollbar {
width: 4px;
}
&::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
}
&::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
border-radius: 10px;
&:hover {
background-color: #c0c0c0;
}
}
&::-webkit-scrollbar-corner {
background: transparent; // для горизонтального + вертикального перетину
}
.location-item {
position: relative;
// padding: 30px 0 30px 30px;
padding: 15px;
margin: 15px;
margin: 15px 7px 15px 15px;
background: #e3e3e3;
border-radius: 5px;
transition: all 250ms ease-in-out;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
&.highlight {
background-color: $cYellow;
}
@@ -959,7 +989,7 @@ strong {
.tab-card-info {
border-radius: 15px;
border: 1px solid #181c1d;
border: 0.5px solid #181c1d;
padding: 27px 20px;
box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.25);
text-align: center;
@@ -1023,7 +1053,7 @@ strong {
}
.tab-card-info {
border-radius: 15px;
border: 1px solid #181c1d;
border: 0.5px solid #181c1d;
padding: 27px 20px;
box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.25);
text-align: center;
@@ -1084,9 +1114,10 @@ strong {
.tile-text {
border-radius: 15px;
border: 1px solid #181c1d;
border: 0.5px solid #181c1d;
padding: 27px 20px;
box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.25);
background: #fff;
a {
color: #1d1d1e;