Sort styles using "Sort CSS" VSCode extension
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user