home site settings grid
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
{#
|
||||
/**
|
||||
* @file site_setting_entity.html.twig
|
||||
* Default theme implementation to present Site Setting data.
|
||||
*
|
||||
* This template is used when viewing Site Setting pages.
|
||||
*
|
||||
*
|
||||
* Available variables:
|
||||
* - content: A list of content items. Use 'content' to print all content, or
|
||||
* - attributes: HTML attributes for the container element.
|
||||
*
|
||||
* @see template_preprocess_site_setting_entity()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
|
||||
<div{{ attributes.addClass('site_setting_entity') }}>
|
||||
{% if content %}
|
||||
{{- content -}}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
</defs>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(-51.525162,-32.699875)">
|
||||
transform="translate(-51.525162,-90)">
|
||||
<circle style="fill:#ff804d;fill-opacity:1;stroke:none;stroke-width:0.0232253;paint-order:fill markers stroke"
|
||||
id="circle_orange" cx="84.683075" cy="132.53793" r="15.890945" />
|
||||
<circle style="fill:#349a84;fill-opacity:1;stroke:none;stroke-width:0.0232253;paint-order:fill markers stroke"
|
||||
|
||||
Reference in New Issue
Block a user