Skip to content

Commit 054ec2e

Browse files
committed
fixes
1 parent 10bf64f commit 054ec2e

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

services/app/apps/codebattle/assets/css/external.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,3 +794,15 @@ $dark-red: #b00020;
794794
.cb-custom-event-lose-status {
795795
background-color: #FF621E;
796796
}
797+
798+
.cup {
799+
position: absolute;
800+
background-image: url(https://avatars.mds.yandex.net/get-lpc/9736426/457f402a-5ab5-439a-bd13-2c0d18bce25b/orig?width=1066&height=1397);
801+
background-size: 600px 745px;
802+
background-repeat: no-repeat;
803+
width: 600px;
804+
height: 745px;
805+
transform: rotate(8deg);
806+
bottom: -15%;
807+
right: -5%;
808+
}

services/app/apps/codebattle/assets/js/widgets/pages/event/ParticipantDashboard.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ const ParticipantDashboard = () => {
4747
}
4848

4949
return (
50-
<div className="container-fluid">
50+
<div className="container-fluid position-relative">
51+
<div className="cup" />
5152
<div className="d-flex flex-column">
5253
<div className="row my-5">
5354
<div className="col-12 col-lg-9 col-md-8 col-sm-12">

0 commit comments

Comments
 (0)