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