Add cursors on links

This commit is contained in:
2020-04-09 10:48:31 +02:00
parent b7accde2c3
commit 13ac133db6
6 changed files with 7 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
display: flex;
align-items: center;
justify-content: center;
cursor: wait;
&, * {
will-change: transform, opacity;

View File

@@ -18,6 +18,9 @@
line-height: 1;
text-align: right;
a {
cursor: w-resize;
}
em {
margin-left: -2px;
margin-right: 16px;

View File

@@ -108,7 +108,7 @@
// Hover
&:hover {
cursor: url(#{$dir-img}/icons/zoom.svg) 6 8, pointer;
cursor: zoom-in;
&:after {
opacity: 0.6;

View File

@@ -94,6 +94,7 @@
display: inline-flex;
align-items: center;
justify-content: center;
cursor: ne-resize;
}
svg {
display: block;

View File

@@ -1,7 +1,7 @@
// Place section
.place {
position: relative;
overflow-x: hidden;
overflow: hidden;
// Title
&__title {

View File

@@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32">
<path fill="#fff" id="b" d="M11.996 0c6.615 0 11.996 5.381 11.996 11.996 0 2.857-1.005 5.482-2.678 7.545l6.176 6.176a1.253 1.253 0 1 1-1.773 1.772l-6.176-6.176a11.939 11.939 0 0 1-7.545 2.68C5.381 23.992 0 18.61 0 11.995S5.381 0 11.996 0zm0 2.507c-5.232 0-9.489 4.257-9.489 9.49 0 5.231 4.257 9.488 9.49 9.488 5.231 0 9.488-4.257 9.488-9.489 0-5.232-4.257-9.489-9.489-9.489zm0 4.552c.693 0 1.254.56 1.254 1.253v2.43h2.43a1.254 1.254 0 1 1 0 2.508h-2.43v2.43a1.254 1.254 0 1 1-2.507 0v-2.43H8.312a1.254 1.254 0 1 1 0-2.508h2.43v-2.43c0-.692.561-1.253 1.254-1.253z"/>
</svg>

Before

Width:  |  Height:  |  Size: 681 B