10 lines
153 B
SCSS
10 lines
153 B
SCSS
|
a.frontEndEditIconLinks {
|
||
|
display: block !important;
|
||
|
height: 2rem;
|
||
|
width: 2rem;
|
||
|
|
||
|
margin-top: $spacer * 3;
|
||
|
|
||
|
background: $blue-dark;
|
||
|
}
|