[#87] added additional thumb resizers

This commit is contained in:
Gani Georgiev
2022-08-17 22:29:11 +03:00
parent a516435f2e
commit efda3d5a0b
39 changed files with 343 additions and 192 deletions
+6 -1
View File
@@ -223,6 +223,9 @@ a {
.txt-center {
text-align: center !important;
}
.txt-justify {
text-align: justify !important;
}
.txt-left {
text-align: left !important;
}
@@ -278,7 +281,9 @@ a {
text-decoration: none;
user-select: none;
transition: opacity var(--baseAnimationSpeed);
&:hover {
&:focus-visible,
&:hover,
&:active {
opacity: 0.8;
}
}