mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-02 10:59:54 +00:00
add medals table
This commit is contained in:
@ -1751,6 +1751,9 @@ details.collapse summary::-webkit-details-marker {
|
||||
.inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
.table {
|
||||
display: table;
|
||||
}
|
||||
@ -1763,6 +1766,9 @@ details.collapse summary::-webkit-details-marker {
|
||||
.w-1\/4 {
|
||||
width: 25%;
|
||||
}
|
||||
.w-1\/6 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.w-3\/5 {
|
||||
width: 60%;
|
||||
}
|
||||
@ -1778,6 +1784,12 @@ details.collapse summary::-webkit-details-marker {
|
||||
.min-w-24 {
|
||||
min-width: 6rem;
|
||||
}
|
||||
.flex-auto {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.flex-none {
|
||||
flex: none;
|
||||
}
|
||||
.rounded-box {
|
||||
border-radius: var(--rounded-box, 1rem);
|
||||
}
|
||||
@ -1913,3 +1925,15 @@ html {
|
||||
.red {
|
||||
color: #EE334E;
|
||||
}
|
||||
|
||||
.gold {
|
||||
color: #FFD700;
|
||||
}
|
||||
|
||||
.silver {
|
||||
color: #C0C0C0;
|
||||
}
|
||||
|
||||
.bronze {
|
||||
color: #CD7F32;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user