25 lines
490 B
Plaintext
25 lines
490 B
Plaintext
|
|
.info {
|
|
margin: 8px;
|
|
height: 140px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: var(--oak-color-info);
|
|
|
|
.should {
|
|
font-size: large;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.price {
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 3px;
|
|
font-size: xx-large;
|
|
font-weight: bolder;
|
|
color: var(--oak-color-primary);
|
|
align-items: baseline;
|
|
}
|
|
} |