mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
use new format
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
30f7198c92
commit
f91821f16d
@ -27,12 +27,6 @@
|
|||||||
background: $layoutBackground;
|
background: $layoutBackground;
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
|
|
||||||
.version, .name {
|
|
||||||
code {
|
|
||||||
padding: unset;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.actions > button:not(:last-child) {
|
.actions > button:not(:last-child) {
|
||||||
margin-right: $spacing / 2;
|
margin-right: $spacing / 2;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -456,7 +456,7 @@ export class Extensions extends React.Component {
|
|||||||
{name}
|
{name}
|
||||||
</div>
|
</div>
|
||||||
<div className="version">
|
<div className="version">
|
||||||
Version: <code className="version">{version}</code>
|
{version}
|
||||||
</div>
|
</div>
|
||||||
<div className="description">
|
<div className="description">
|
||||||
{description}
|
{description}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user