Add cursors on links
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
cursor: wait;
|
||||||
|
|
||||||
&, * {
|
&, * {
|
||||||
will-change: transform, opacity;
|
will-change: transform, opacity;
|
||||||
|
|||||||
@@ -18,6 +18,9 @@
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
|
a {
|
||||||
|
cursor: w-resize;
|
||||||
|
}
|
||||||
em {
|
em {
|
||||||
margin-left: -2px;
|
margin-left: -2px;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
|
|||||||
@@ -108,7 +108,7 @@
|
|||||||
|
|
||||||
// Hover
|
// Hover
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: url(#{$dir-img}/icons/zoom.svg) 6 8, pointer;
|
cursor: zoom-in;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
|||||||
@@ -94,6 +94,7 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
cursor: ne-resize;
|
||||||
}
|
}
|
||||||
svg {
|
svg {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// Place section
|
// Place section
|
||||||
.place {
|
.place {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
// Title
|
// Title
|
||||||
&__title {
|
&__title {
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user