mirror of
https://github.com/status-im/consul.git
synced 2025-01-14 07:44:50 +00:00
7d89e519a2
UI to accompany the new ACLs APIs
14 lines
163 B
SCSS
14 lines
163 B
SCSS
th,
|
|
td {
|
|
border-bottom: $decor-border-100;
|
|
}
|
|
th {
|
|
color: $ui-gray-400 !important;
|
|
}
|
|
th {
|
|
border-color: $keyline-dark;
|
|
}
|
|
td {
|
|
border-color: $keyline-mid;
|
|
}
|