7021433185
This PR adds a new {{template-anchor}} component. This component lets you specify a 'href template' in a handlebars like format instead of a normal string href. This template will be interpolated with the contents of a vars="" attribute. Also contains code to add an extra UI Setting to be able to store a template to be used for this anchor in localStorage
13 lines
180 B
SCSS
13 lines
180 B
SCSS
%notice {
|
|
position: relative;
|
|
padding: 1em;
|
|
padding-left: 45px;
|
|
margin-bottom: 1em;
|
|
}
|
|
%notice::before {
|
|
position: absolute;
|
|
left: 20px;
|
|
top: 18px;
|
|
margin-top: 0;
|
|
}
|