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