mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-08 07:44:25 +01:00
5ce3003b Merge pull request #47 from aCursedComrade/patch-1 c9887cb1 Fix team template git-subtree-dir: CTFd/themes/core-beta git-subtree-split: 5ce3003b4d68352e629ee2d390bc999e7d6b071e
21 lines
321 B
SCSS
21 lines
321 B
SCSS
/* Challenge styles
|
|
-------------------------------------------------- */
|
|
|
|
.challenge-desc {
|
|
overflow-wrap: anywhere;
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
.challenge-button {
|
|
box-shadow: 3px 3px 3px var(--bs-secondary);
|
|
}
|
|
|
|
.challenge-solved {
|
|
background-color: #37d63e !important;
|
|
opacity: 0.6;
|
|
border: none;
|
|
}
|