You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
406 B
23 lines
406 B
3 years ago
|
.permissions-connect-permission-list {
|
||
|
.permission {
|
||
|
@include H6;
|
||
|
|
||
|
width: 100%;
|
||
|
padding-bottom: 16px;
|
||
|
border-bottom: 1px solid $Grey-100;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
color: $Black-100;
|
||
|
|
||
|
i {
|
||
|
display: block;
|
||
|
padding: 16px;
|
||
|
min-width: 16px;
|
||
|
min-height: 16px;
|
||
|
color: $Grey-500;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
}
|
||
|
}
|