Version 1.0.3 - Fix du style et de la responsive
All checks were successful
Neutral/pipeline/head This commit looks good
All checks were successful
Neutral/pipeline/head This commit looks good
This commit is contained in:
@ -712,11 +712,8 @@ a {
|
||||
|
||||
|
||||
/* ===== Scrollbar CSS ===== */
|
||||
/* Firefox */
|
||||
* {
|
||||
scrollbar-width: auto;
|
||||
scrollbar-color: #ff5d51 #ffffff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Chrome, Edge, and Safari */
|
||||
*::-webkit-scrollbar {
|
||||
@ -724,7 +721,7 @@ a {
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
@ -1265,8 +1262,8 @@ a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.metric-id {
|
||||
@ -1278,8 +1275,10 @@ a {
|
||||
|
||||
.metric-data {
|
||||
|
||||
display: flex;
|
||||
display: grid;
|
||||
align-items: center;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
justify-content: center;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
@ -1289,6 +1288,8 @@ a {
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.metric-data-value {
|
||||
|
||||
color: #c7c7c7;
|
||||
|
Reference in New Issue
Block a user