diff --git a/resources/contest.scss b/resources/contest.scss index 95da7a8..17697a4 100644 --- a/resources/contest.scss +++ b/resources/contest.scss @@ -1,5 +1,32 @@ @import "vars"; +.list-contest { + box-shadow: 0px 4px 8px rgba(4, 83, 67, 0.2), 0px 6px 20px rgba(4, 83, 67, 0.19); + border-radius: 15px; + padding: 20px; + margin-bottom: 20px; + width: 100%; + box-sizing: border-box; + display: flex; + + .info-contest { + flex: 1; + } + + .participate-button { + display: flex; + justify-content: center; + align-items: center; + } + + .contest-title { + font-size: 17px; + font-weight: 600; + line-height: 150%; + margin-bottom: 10px; + } +} + #contest-calendar { border-collapse: collapse; width: 100%; diff --git a/templates/contest/list.html b/templates/contest/list.html index f95ff0b..7c63c44 100644 --- a/templates/contest/list.html +++ b/templates/contest/list.html @@ -5,33 +5,6 @@ {% block two_col_media %}