styles added

This commit is contained in:
nquidox 2025-10-07 20:39:15 +03:00
parent d25d121293
commit f3660160a5

View file

@ -100,3 +100,15 @@
:deep(.mobile-full-width) { :deep(.mobile-full-width) {
width: 100%; width: 100%;
} }
.default-color{
color: #18a058;
}
.underline {
text-decoration: underline;
}
.link-like-text {
cursor: pointer;
}