mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-23 04:10:40 +03:00
31 lines
No EOL
460 B
CSS
31 lines
No EOL
460 B
CSS
.title {
|
|
color: var(--main);
|
|
font-weight: 700;
|
|
}
|
|
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-shadow: 0 0 5px 0 var(--box-shadow);
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
.box {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 auto;
|
|
max-width: 800px;
|
|
width: 100%;
|
|
}
|
|
|
|
.box-title{
|
|
color: var(--main);
|
|
font-weight: 300;
|
|
}
|
|
.box-value {
|
|
color: var(--second);
|
|
font-weight: 300;
|
|
} |