Skip to content

Commit

Permalink
Merge pull request #1158 from maykinmedia/feature/2311-feedback-butto…
Browse files Browse the repository at this point in the history
…n-border-white

💄 [#2311] Set feedback border-color
  • Loading branch information
alextreme authored Aug 30, 2024
2 parents b9e1ac8 + a2de593 commit da110e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/open_inwoner/scss/components/KCMSurvey/KCMSurvey.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
border-right: none;
border-bottom: none;
border-left: 1px solid var(--color-info-darker);
outline: 1px solid var(--color-white);
border-radius: var(--border-radius) 0 0 0;
position: fixed;
bottom: 0;
Expand All @@ -21,8 +20,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: 0;
border-radius: 0 var(--border-radius) var(--border-radius) 0;
bottom: initial;
right: initial;
Expand Down

0 comments on commit da110e7

Please sign in to comment.