Files
cinny/src/app/molecules/global-notification/KeywordNotification.scss
T

17 lines
290 B
SCSS
Raw Normal View History

2022-09-04 13:10:07 +05:30
.keyword-notification {
&__keyword {
& form,
& > div:last-child {
display: flex;
2022-09-05 08:30:45 +05:30
flex-wrap: wrap;
2022-09-04 13:10:07 +05:30
gap: var(--sp-tight);
}
& form {
2022-09-05 08:30:45 +05:30
margin: var(--sp-extra-tight) 0 var(--sp-normal);
2022-09-04 13:10:07 +05:30
.input-container {
flex-grow: 1;
}
}
}
}