Skip to content

Commit da110e7

Browse files
authored
Merge pull request #1158 from maykinmedia/feature/2311-feedback-button-border-white
💄 [#2311] Set feedback border-color
2 parents b9e1ac8 + a2de593 commit da110e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/open_inwoner/scss/components/KCMSurvey/KCMSurvey.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
border-right: none;
55
border-bottom: none;
66
border-left: 1px solid var(--color-info-darker);
7-
outline: 1px solid var(--color-white);
87
border-radius: var(--border-radius) 0 0 0;
98
position: fixed;
109
bottom: 0;
@@ -21,8 +20,10 @@
2120
}
2221

2322
@media (min-width: 768px) {
24-
border-width: 0;
25-
border-color: initial;
23+
border-top: 1px solid var(--color-info-darker);
24+
border-right: 1px solid var(--color-info-darker);
25+
border-bottom: 1px solid var(--color-info-darker);
26+
border-left: 0;
2627
border-radius: 0 var(--border-radius) var(--border-radius) 0;
2728
bottom: initial;
2829
right: initial;

0 commit comments

Comments
 (0)