Commit cceb9be 1 parent 02415e1 commit cceb9be Copy full SHA for cceb9be
File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 76
76
.select2-container--default .select2-search--inline .select2-search__field {
77
77
color : white;
78
78
}
79
+
80
+ .legend-box {
81
+ padding : 3px ;
82
+ display : 'inline-block' ;
83
+ font-size : 12px ;
84
+ }
79
85
</ style >
80
86
81
87
< link rel ="apple-touch-icon " sizes ="180x180 " href ="assets/apple-touch-icon.png ">
@@ -200,7 +206,14 @@ <h1 id="team-2-captain" class="title">TEAM 2 CAPTAIN</h1>
200
206
</ div >
201
207
202
208
< nav class ="panel " id ="all-player-list " style ="display: none; margin-top: 5px ">
203
- < p class ="panel-heading "> Jogadores</ p >
209
+ < div class ="panel-heading " style ="display: flex; flex-direction: row; align-items: center; justify-content: space-between; ">
210
+ < p > Jogadores
211
+ < div style ="display: flex; flex-direction: row; gap: 10px ">
212
+ < div class ="legend-box has-background-success "> Na partida atual</ div >
213
+ < div class ="legend-box has-background-warning "> Em outra quadra</ div >
214
+ < div class ="legend-box has-background-info "> Joga a próx.</ div >
215
+ </ div >
216
+ </ div >
204
217
< div class ="table-container ">
205
218
< table class ="table is-fullwidth ">
206
219
< thead >
You can’t perform that action at this time.
0 commit comments