Browse Source

Reverted commit with wrong file, added the display grid line in the scss

pull/3628/head
Morten Spjøtvoll 5 years ago
parent
commit
c0d270aa51
  1. 1
      src/styles/scss/_gjs_layers.scss

1
src/styles/scss/_gjs_layers.scss

@ -16,6 +16,7 @@ $layerNameSpacing: 5px !default;
position: relative;
background-color: rgba(0, 0, 0, 0.1);
font-size: $fontSizeS;
display: grid;
&-hidden {
@include opacity(0.55);

Loading…
Cancel
Save