Обновить static/css/custom.css
This commit is contained in:
parent
f1a2ee48a6
commit
25c64a369a
@ -277,6 +277,41 @@ main img {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
|
/* Календарь событий, раздел с ближайшими мероприятиями: */
|
||||||
|
.events-list {
|
||||||
|
margin: 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-item {
|
||||||
|
display: flex;
|
||||||
|
gap: 20px;
|
||||||
|
padding: 15px;
|
||||||
|
margin: 10px 0;
|
||||||
|
background: #f9f9f9;
|
||||||
|
border-radius: 8px;
|
||||||
|
border-left: 4px solid #003366;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-date {
|
||||||
|
background: #003366;
|
||||||
|
color: white;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
text-align: center;
|
||||||
|
min-width: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-day {
|
||||||
|
font-size: 1.8em;
|
||||||
|
font-weight: bold;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-month {
|
||||||
|
font-size: 0.8em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
/* ------------------------------------------------------------------ */
|
||||||
/* Статистика института */
|
/* Статистика института */
|
||||||
|
|
||||||
.stats-grid {
|
.stats-grid {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user