mirror of https://github.com/hashicorp/consul
12 lines
167 B
SCSS
12 lines
167 B
SCSS
|
%pill {
|
||
|
display: inline-flex;
|
||
|
align-items: center;
|
||
|
padding: 1px 5px;
|
||
|
position: relative;
|
||
|
}
|
||
|
%pill button {
|
||
|
padding: 0;
|
||
|
height: 10px;
|
||
|
margin-right: 3px;
|
||
|
}
|