mirror of https://github.com/status-im/consul.git
10 lines
134 B
SCSS
10 lines
134 B
SCSS
|
.consul-intention-permission-list {
|
||
|
.detail > div {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
}
|
||
|
strong {
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
}
|