File tree Expand file tree Collapse file tree
services/app/apps/codebattle/assets Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments