41 lines
653 B
Plaintext
41 lines
653 B
Plaintext
|
|
|
|
.container {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: var(--oak-bg-color-page);
|
|
}
|
|
|
|
|
|
.avatar {
|
|
height: 56px;
|
|
width: 56px;
|
|
background-color: var(--oak-brand-color-8);
|
|
|
|
.text {
|
|
color: var(--oak-text-color-anti);
|
|
font-size: var(--oak-font-size-title-medium);
|
|
}
|
|
}
|
|
|
|
.description {
|
|
.row {
|
|
.label {
|
|
color: var(--oak-text-color-secondary);
|
|
font-size: var(--oak-font-size-body-small);
|
|
}
|
|
|
|
.value {
|
|
color: var(--oak-text-color-primary);
|
|
font-size: var(--oak-font-size-body-small);
|
|
}
|
|
}
|
|
}
|
|
|
|
.fab {
|
|
position: fixed;
|
|
bottom: 50px;
|
|
right: 10px;
|
|
z-index: 1;
|
|
} |