Change site name to "Account", add comet icon
All checks were successful
continuous-integration/drone/push Build is passing

... and remove the "beta" tag.
This commit is contained in:
Basti 2021-02-01 18:17:26 +01:00
parent 2d9bc90b16
commit c6eb21faad
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
3 changed files with 11 additions and 13 deletions

View File

@ -22,20 +22,15 @@
span.project-name { span.project-name {
display: none; display: none;
// font-size: .5em;
// text-transform: none;
// vertical-align: super;
} }
span.beta { span.icon {
font-size: .5em; svg {
font-style: italic; height: 1.8rem;
text-transform: none; width: auto;
vertical-align: super;
} }
span.bolt { margin-right: 0.5rem;
color: #ffd000;
} }
} }

View File

@ -15,9 +15,11 @@
<div id="wrapper"> <div id="wrapper">
<header> <header>
<h1> <h1>
<span class ="icon">
<%= render partial: "shared/icons/comet" %>
</span>
<span class ="project-name">Kosmos</span> <span class ="project-name">Kosmos</span>
<span class ="site-name">Akkounts</span> <span class ="site-name">Account</span>
<span class="beta"><span class="bolt">⚡</span> beta</span>
</h1> </h1>
<% if user_signed_in? %> <% if user_signed_in? %>
<p class="current-user"> <p class="current-user">

View File

@ -0,0 +1 @@
<svg id="icon-comet" width="65.364" height="55.773" enable-background="new 0 0 100 100" version="1.1" viewBox="0 0 65.364 55.773" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g id="layer1" transform="translate(28.868 20.259)" fill="#fff"><path id="path2" d="m22.81-9.2546-0.0137-0.0072c-0.0445-0.0196-0.0895-0.04052-0.13335-0.06078l-23.822-10.937s2.0034 9.219 2.914 11.778c0 0-27.292-8.1582-30.623-8.9354 1.0916 4.2618 20.006 40.848 20.006 40.848 3.8225 7.7608 12.677 12.083 21.912 12.083 12.949 0 23.446-10.497 23.446-23.446 6.6e-4 -9.4655-5.609-17.62-13.685-21.323z" fill="#fff" stroke-width=".65365"/></g></svg>

After

Width:  |  Height:  |  Size: 627 B