Sort styles using "Sort CSS" VSCode extension

This commit is contained in:
daudix
2024-04-03 02:19:54 +03:00
parent c0a43b83f9
commit 0fa24c2d7c
13 changed files with 171 additions and 171 deletions

View File

@ -6,18 +6,18 @@ img {
}
&:not(.no-hover):hover {
border-radius: 0;
box-shadow: var(--shadow-raised);
transform: scale(1.1);
box-shadow: var(--shadow-raised);
border-radius: 0;
}
}
img,
video {
border-radius: var(--rounded-corner);
box-shadow: var(--shadow);
display: block;
margin: 1rem auto;
box-shadow: var(--shadow);
border-radius: var(--rounded-corner);
max-width: 100%;
&.full {
@ -29,8 +29,8 @@ video {
}
&.transparent {
border-radius: 0;
box-shadow: none;
border-radius: 0;
&:hover {
box-shadow: none;