Change indenting to 1 tab (4 spaces)
It's more readable this way
This commit is contained in:
@ -1,36 +1,35 @@
|
||||
img,
|
||||
video {
|
||||
border-radius: var(--rounded-corner);
|
||||
box-shadow: var(--shadow);
|
||||
display: block;
|
||||
margin: 1rem auto;
|
||||
max-width: 100%;
|
||||
border-radius: var(--rounded-corner);
|
||||
box-shadow: var(--shadow);
|
||||
display: block;
|
||||
margin: 1rem auto;
|
||||
max-width: 100%;
|
||||
|
||||
&.full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.pixels {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
&.transparent {
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
&.full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.pixels {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
&.transparent {
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
transition: var(--transition-longer);
|
||||
transition: var(--transition-longer);
|
||||
|
||||
&:not(.no-hover) {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
&:not(.no-hover) {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
&:not(.no-hover):hover {
|
||||
border-radius: 0;
|
||||
box-shadow: var(--shadow-raised);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
&:not(.no-hover):hover {
|
||||
border-radius: 0;
|
||||
box-shadow: var(--shadow-raised);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user