Merge pull request 'style: add some style 6' (#27) from style/design into main
All checks were successful
Deploy Olimparena / deploy (push) Successful in 15s
All checks were successful
Deploy Olimparena / deploy (push) Successful in 15s
Reviewed-on: #27
This commit was merged in pull request #27.
This commit is contained in:
@@ -817,20 +817,20 @@ img {
|
|||||||
.reviews__dots {
|
.reviews__dots {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 8px;
|
gap: 12px;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
.reviews__dot {
|
.reviews__dot {
|
||||||
width: 10px;
|
width: 16px;
|
||||||
height: 10px;
|
height: 16px;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background: rgba(255, 255, 255, 0.28);
|
background: rgba(255, 255, 255, 0.17);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: width 0.2s ease, background-color 0.2s ease;
|
transition: width 0.2s ease, background-color 0.2s ease;
|
||||||
}
|
}
|
||||||
.reviews__dot.is-active {
|
.reviews__dot.is-active {
|
||||||
width: 26px;
|
width: 16px;
|
||||||
background: #cf1717;
|
background: #cf1717;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -852,21 +852,21 @@ img {
|
|||||||
&__dots {
|
&__dots {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 8px;
|
gap: 12px;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__dot {
|
&__dot {
|
||||||
width: 10px;
|
width: 16px;
|
||||||
height: 10px;
|
height: 16px;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background: rgba(255, 255, 255, 0.28);
|
background: rgba(255, 255, 255, 0.17);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: width 0.2s ease, background-color 0.2s ease;
|
transition: width 0.2s ease, background-color 0.2s ease;
|
||||||
|
|
||||||
&.is-active {
|
&.is-active {
|
||||||
width: 26px;
|
width: 16px;
|
||||||
background: $color-accent;
|
background: $color-accent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user