69 lines
1.3 KiB
Plaintext
69 lines
1.3 KiB
Plaintext
.card {
|
|
width: 100%;
|
|
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
|
|
|
|
.oper {
|
|
align-self: center;
|
|
width: 70%;
|
|
margin-bottom: 28px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
|
|
.title {
|
|
margin-bottom: 28px;
|
|
align-self: flex-start;
|
|
color: var(--oak-color-primary3);
|
|
font-size: var(--oak-font-size-title-medium);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.grid {
|
|
min-width: 133px;
|
|
border-radius: 6px;
|
|
padding: 16px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 13px;
|
|
|
|
.label {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: var(--oak-color-primary);
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.value {
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
color: var(--oak-color-primary);
|
|
line-height: 33.6px;
|
|
}
|
|
}
|
|
|
|
.fortify {
|
|
background-color: var(--oak-color-primary-light);
|
|
|
|
.label {
|
|
font-weight: 900;
|
|
}
|
|
|
|
.value {
|
|
font-weight: bolder;
|
|
}
|
|
}
|
|
|
|
.uf {
|
|
margin: 12px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 12px;
|
|
} |