Skip to content

Commit

Permalink
Migrate Icon global-templates-icon-white
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 17, 2023
1 parent 64300d1 commit f242b3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
6 changes: 6 additions & 0 deletions Assets/css/application-branding-icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/css/application-branding.css
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ ul.icon-list li .filename {
left: 2px;
}

.box-icon .globe-icon {
.box-icon span.global-templates-icon-white {
width: 32px;
height: 32px;
top: 3px;
Expand Down
13 changes: 1 addition & 12 deletions Template/config/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,7 @@
</div>
<div class="box-wrapper back-deep-green">
<div class="box-icon">
<svg width="28px" height="28px" class="globe-icon" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<g stroke-width="0"/>
<g stroke-linecap="round" stroke-linejoin="round"/>
<g>
<g stroke="white">
<path d="M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256S397.391,0,256,0z M256,472 c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z"/>
<path d="M288,128c-53.016,0-96,42.984-96,96c0,0.531,0.047,1.047,0.062,1.609C155.531,232.984,128,265.266,128,304 c0,44.188,35.797,80,80,80c38.719,0,71.016-27.531,78.422-64.094c0.531,0.016,1.047,0.094,1.578,0.094c53.016,0,96-42.984,96-96 S341.016,128,288,128z M208,368c-35.281,0-64-28.719-64-64c0-30.359,21.281-55.734,49.719-62.25 c7.25,38.766,37.766,69.281,76.531,76.531C263.719,346.719,238.344,368,208,368z"/>
<path fill="white" d="M209.672,240.156 c33.906,0.875,61.297,28.234,62.156,62.203C240.688,295.922,216.047,271.344,209.672,240.156z M288,304c0-44.172-35.797-80-80-80 c0-44.109,35.906-80,80-80s80,35.891,80,80S332.094,304,288,304z"/>
<path d="M160,224c17.656,0,32-14.344,32-32s-14.344-32-32-32s-32,14.344-32,32S142.344,224,160,224z M160,176 c8.812,0,16,7.188,16,16s-7.188,16-16,16s-16-7.188-16-16S151.188,176,160,176z"/>
</g>
</g>
</svg>
<span class="global-templates-icon-white"></span>
</div>
<div class="box-title"><?= t('Global Templates') ?></div>
<div class="box-data"><span class="data-value bold"><?= $allGlobalTemplates ?></span></div>
Expand Down

0 comments on commit f242b3f

Please sign in to comment.