This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/less/espo/bootstrap/close.less
T
Yuri Kuznetsov a5a09d30b8 less ref
2024-10-30 14:37:00 +02:00

14 lines
189 B
Plaintext

// Close
.close {
float: right;
font-size: calc(var(--font-size-base) * 1.5);
font-weight: bold;
line-height: 1;
&:hover {
text-decoration: none;
cursor: pointer;
}
}