Skip to content

Commit

Permalink
💄 [#2311] Changed feedback borders to info dark
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed May 13, 2024
1 parent 9de9afb commit 6d11630
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/open_inwoner/scss/components/KCMSurvey/KCMSurvey.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.kcm-survey {
display: inline-block;
border-color: var(--color-info-darker);
border-top: 1px solid var(--color-info-darker);
border-right: none;
border-bottom: none;
Expand All @@ -21,8 +22,10 @@
}

@media (min-width: 768px) {
border-width: 0;
border-color: initial;
border-top: 1px solid var(--color-info-darker);
border-right: 1px solid var(--color-info-darker);
border-bottom: 1px solid var(--color-info-darker);
border-left: none;
border-radius: 0 var(--border-radius) var(--border-radius) 0;
bottom: initial;
right: initial;
Expand Down

0 comments on commit 6d11630

Please sign in to comment.