|
|
|
@ -13,7 +13,6 @@
|
|
|
|
|
--color-dark: #202225;
|
|
|
|
|
--color-medium: #2F3136;
|
|
|
|
|
--color-light: #B9BBBE;
|
|
|
|
|
--color-red: #96001C;
|
|
|
|
|
|
|
|
|
|
--size-biggest: 6rem;
|
|
|
|
|
--size-bigger: 3rem;
|
|
|
|
@ -49,7 +48,6 @@
|
|
|
|
|
.app__header,
|
|
|
|
|
.app__header__title,
|
|
|
|
|
.app__header__subtitle,
|
|
|
|
|
.app__header__github,
|
|
|
|
|
.app__header__search,
|
|
|
|
|
.app__main__gitmojis,
|
|
|
|
|
.app__footer {
|
|
|
|
@ -73,12 +71,6 @@
|
|
|
|
|
.app__header__subtitle {
|
|
|
|
|
font-size: var(--size-big);
|
|
|
|
|
}
|
|
|
|
|
.app__header__github {
|
|
|
|
|
background-color: var(--color-red);
|
|
|
|
|
font-size: var(--size-small);
|
|
|
|
|
padding: var(--size-small);
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
.app__header__search__input {
|
|
|
|
|
padding: var(--size-normal);
|
|
|
|
|
border-radius: var(--size-bigger);
|
|
|
|
@ -255,7 +247,6 @@
|
|
|
|
|
-->ji
|
|
|
|
|
</h1>
|
|
|
|
|
<h2 class="app__header__subtitle">An emoji guide for your commit messages.</h2>
|
|
|
|
|
<a class="app__header__github" href="https://github.com/carloscuesta/gitmoji">⭐ GitHub</a>
|
|
|
|
|
<label class="app__header__search">
|
|
|
|
|
<input
|
|
|
|
|
class="app__header__search__input"
|
|
|
|
|