mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
44 lines
542 B
CSS
44 lines
542 B
CSS
.newsBody {
|
|
margin: 0px 5px;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
}
|
|
|
|
.newsTitle {
|
|
font-size: 20px;
|
|
color: var(--text-color);
|
|
margin: 0px 5px;
|
|
}
|
|
|
|
.newsDate {
|
|
margin: 0px 5px;
|
|
}
|
|
|
|
.newsContainer {
|
|
margin: 5px 5px;
|
|
}
|
|
|
|
.adminPost {
|
|
border-left: 2px solid yellow;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.newsContainer img {
|
|
max-width: 100%;
|
|
min-width: 200px;
|
|
}
|
|
|
|
.newsHeader {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.user {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.newsRoot {
|
|
background-color: #191919;
|
|
}
|