mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 08:38:02 +00:00
15 lines
306 B
SCSS
15 lines
306 B
SCSS
@mixin change-management-tag-input {
|
|
border-radius: 2px;
|
|
border: 1px solid get-color(gray3);
|
|
padding: item-spacing(1);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-bottom: item-spacing(4);
|
|
line-height: 38px;
|
|
}
|
|
|
|
@mixin change-management-pill {
|
|
margin: item-spacing(1 1 1 0);
|
|
min-height: 30px;
|
|
}
|