mirror of
https://github.com/status-im/consul.git
synced 2025-01-15 16:26:06 +00:00
f3d9565277
This commit uses all our new ways of doing things to Lock Sessions and their interactions with KV and Nodes. This is mostly around are new under-the-hood things, but also I took the opportunity to upgrade some of the CSS to reuse some of our CSS utils that have been made over the past few months (%csv-list and %horizontal-kv-list). Also added (and worked on existing) documentation for Lock Session related components.
12 lines
279 B
SCSS
12 lines
279 B
SCSS
html[data-route^='dc.kv'] .type-toggle {
|
|
float: right;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
html[data-route^='dc.kv.edit'] h2 {
|
|
@extend %h200;
|
|
border-bottom: var(--decor-border-200);
|
|
border-color: rgb(var(--tone-gray-200));
|
|
padding-bottom: 0.2em;
|
|
margin-bottom: 0.5em;
|
|
}
|