mirror of
https://github.com/status-im/consul.git
synced 2025-02-17 16:16:44 +00:00
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;
|
||
|
}
|