Skip to content

Commit bb44a99

Browse files
committed
return style heights for info panel
1 parent 8d0379a commit bb44a99

File tree

1 file changed

+61
-51
lines changed

1 file changed

+61
-51
lines changed

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

Lines changed: 61 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $fa-font-path: '/fonts';
2020
@import 'tournaments';
2121
@import 'taskComponent';
2222

23-
.katex .rlap > .inner {
23+
.katex .rlap>.inner {
2424
position: relative !important;
2525
}
2626

@@ -1095,45 +1095,46 @@ a:hover {
10951095
}
10961096

10971097
.cb-custom-event-pagination-page-item .cb-custom-event-pagination-page-link {
1098-
border: 1px solid transparent;
1099-
border-radius: 0.25rem;
1098+
border: 1px solid transparent;
1099+
border-radius: 0.25rem;
11001100
}
11011101

11021102
.cb-custom-event-pagination-page-link {
1103-
position: relative;
1104-
display: block;
1105-
margin-left: -1px;
1106-
line-height: 1.25;
1107-
color: black;
1103+
position: relative;
1104+
display: block;
1105+
margin-left: -1px;
1106+
line-height: 1.25;
1107+
color: black;
11081108
}
11091109

11101110
.cb-custom-event-pagination-page-item:first-child .cb-custom-event-pagination-page-link,
11111111
.cb-custom-event-pagination-page-item:nth-child(2) .cb-custom-event-pagination-page-link,
11121112
.cb-custom-event-pagination-page-item:nth-last-child(2) .cb-custom-event-pagination-page-link,
11131113
.cb-custom-event-pagination-page-item:last-child .cb-custom-event-pagination-page-link {
1114-
color: white;
1115-
background-color: #8C64FF;
1116-
border: 1px solid #8C64FF;
1114+
color: white;
1115+
background-color: #8C64FF;
1116+
border: 1px solid #8C64FF;
11171117
}
11181118

11191119
.cb-custom-event-pagination-page-item.disabled .cb-custom-event-pagination-page-link {
1120-
pointer-events: none;
1121-
cursor: auto;
1122-
background-color: #9f8ed4;
1123-
border-color: #9f8ed4;
1120+
pointer-events: none;
1121+
cursor: auto;
1122+
background-color: #9f8ed4;
1123+
border-color: #9f8ed4;
11241124
}
1125+
11251126
.cb-custom-event-pagination-page-item.active .cb-custom-event-pagination-page-link {
1126-
z-index: 3;
1127-
color: white;
1128-
background-color: #8C64FF;
1129-
border: 1px solid #8C64FF;
1127+
z-index: 3;
1128+
color: white;
1129+
background-color: #8C64FF;
1130+
border: 1px solid #8C64FF;
11301131
}
11311132

11321133
.cb-custom-event-pagination-page-item:not(.active):not(.disabled):hover .cb-custom-event-pagination-page-link {
1133-
z-index: 3;
1134-
color: white;
1135-
background-color: #8C64FF;
1136-
border: 1px solid #8C64FF;
1134+
z-index: 3;
1135+
color: white;
1136+
background-color: #8C64FF;
1137+
border: 1px solid #8C64FF;
11371138
}
11381139

11391140
.cb-ticker-line-wrap {
@@ -1165,6 +1166,7 @@ a:hover {
11651166
animation: ticker_2 70s linear infinite;
11661167
animation-delay: -35s;
11671168
}
1169+
11681170
.cb-custom-event-text-success {
11691171
color: #2ae881;
11701172
}
@@ -1648,7 +1650,8 @@ a {
16481650
}
16491651

16501652
.cb-height-info {
1651-
// min-height: 300px;
1653+
min-height: 300px;
1654+
height: 300px;
16521655

16531656
.nav-link.active {
16541657
color: black;
@@ -2217,45 +2220,46 @@ a:hover {
22172220
}
22182221

22192222
.cb-custom-event-pagination-page-item .cb-custom-event-pagination-page-link {
2220-
border: 1px solid transparent;
2221-
border-radius: 0.25rem;
2223+
border: 1px solid transparent;
2224+
border-radius: 0.25rem;
22222225
}
22232226

22242227
.cb-custom-event-pagination-page-link {
2225-
position: relative;
2226-
display: block;
2227-
margin-left: -1px;
2228-
line-height: 1.25;
2229-
color: black;
2228+
position: relative;
2229+
display: block;
2230+
margin-left: -1px;
2231+
line-height: 1.25;
2232+
color: black;
22302233
}
22312234

22322235
.cb-custom-event-pagination-page-item:first-child .cb-custom-event-pagination-page-link,
22332236
.cb-custom-event-pagination-page-item:nth-child(2) .cb-custom-event-pagination-page-link,
22342237
.cb-custom-event-pagination-page-item:nth-last-child(2) .cb-custom-event-pagination-page-link,
22352238
.cb-custom-event-pagination-page-item:last-child .cb-custom-event-pagination-page-link {
2236-
color: white;
2237-
background-color: #8C64FF;
2238-
border: 1px solid #8C64FF;
2239+
color: white;
2240+
background-color: #8C64FF;
2241+
border: 1px solid #8C64FF;
22392242
}
22402243

22412244
.cb-custom-event-pagination-page-item.disabled .cb-custom-event-pagination-page-link {
2242-
pointer-events: none;
2243-
cursor: auto;
2244-
background-color: #9f8ed4;
2245-
border-color: #9f8ed4;
2245+
pointer-events: none;
2246+
cursor: auto;
2247+
background-color: #9f8ed4;
2248+
border-color: #9f8ed4;
22462249
}
2250+
22472251
.cb-custom-event-pagination-page-item.active .cb-custom-event-pagination-page-link {
2248-
z-index: 3;
2249-
color: white;
2250-
background-color: #8C64FF;
2251-
border: 1px solid #8C64FF;
2252+
z-index: 3;
2253+
color: white;
2254+
background-color: #8C64FF;
2255+
border: 1px solid #8C64FF;
22522256
}
22532257

22542258
.cb-custom-event-pagination-page-item:not(.active):not(.disabled):hover .cb-custom-event-pagination-page-link {
2255-
z-index: 3;
2256-
color: white;
2257-
background-color: #8C64FF;
2258-
border: 1px solid #8C64FF;
2259+
z-index: 3;
2260+
color: white;
2261+
background-color: #8C64FF;
2262+
border: 1px solid #8C64FF;
22592263
}
22602264

22612265
.cb-ticker-line-wrap {
@@ -2290,10 +2294,14 @@ a:hover {
22902294

22912295
.user-select-none {
22922296
user-select: none;
2293-
-webkit-user-select: text; /* Safari fallback only */
2294-
-webkit-user-select: none; /* Chrome/Safari */
2295-
-moz-user-select: none; /* Firefox */
2296-
-ms-user-select: none; /* IE10+ */
2297+
-webkit-user-select: text;
2298+
/* Safari fallback only */
2299+
-webkit-user-select: none;
2300+
/* Chrome/Safari */
2301+
-moz-user-select: none;
2302+
/* Firefox */
2303+
-ms-user-select: none;
2304+
/* IE10+ */
22972305
}
22982306

22992307
.cb-custom-event-btn-outline-success {
@@ -2356,4 +2364,6 @@ a:hover {
23562364
border-color: #FF621E;
23572365
}
23582366

2359-
.cb-scrollable-menu-dropdown-chat { max-height: 400px }
2367+
.cb-scrollable-menu-dropdown-chat {
2368+
max-height: 400px
2369+
}

0 commit comments

Comments
 (0)