⚡ Minor animations
This commit is contained in:
@@ -322,9 +322,9 @@ This project is licensed under the [MIT License](https://opensource.org/licenses
|
|||||||
|
|
||||||
**Success**
|
**Success**
|
||||||
|
|
||||||
[](https://postwoman.io)
|
[](https://postwoman.io)
|
||||||
```
|
```
|
||||||
[](https://postwoman.io)
|
[](https://postwoman.io)
|
||||||
```
|
```
|
||||||
|
|
||||||
**Critical**
|
**Critical**
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
</header>
|
</header>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<nuxt id="main" class="main" />
|
|
||||||
<aside class="nav-first">
|
<aside class="nav-first">
|
||||||
<nav class="primary-nav">
|
<nav class="primary-nav">
|
||||||
<!--
|
<!--
|
||||||
@@ -104,6 +103,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
<nuxt id="main" class="main" />
|
||||||
<aside class="nav-second"></aside>
|
<aside class="nav-second"></aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -202,6 +202,7 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
@@ -289,10 +290,11 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
border-radius: 8px;
|
border-radius: 50%;
|
||||||
background-color: var(--brd-color);
|
background-color: var(--brd-color);
|
||||||
color: var(--fg-light-color);
|
color: var(--fg-light-color);
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
|
transition: border-radius .2s ease-in-out;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--fg-color);
|
color: var(--fg-color);
|
||||||
@@ -305,6 +307,7 @@
|
|||||||
&.nuxt-link-exact-active {
|
&.nuxt-link-exact-active {
|
||||||
background-color: var(--ac-color);
|
background-color: var(--ac-color);
|
||||||
color: var(--act-color);
|
color: var(--act-color);
|
||||||
|
border-radius: 8px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: var(--act-color);
|
fill: var(--act-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user